diff options
author | Paweł Redzyński <pawelredzynski@gmail.com> | 2020-06-18 19:33:35 +0200 |
---|---|---|
committer | Paweł Redzyński <pawelredzynski@gmail.com> | 2020-06-18 19:33:35 +0200 |
commit | 50dd5109607ec4174ec96f650809bd85386f36e2 (patch) | |
tree | 4cabff9f688bb2e3ae6cae514140f81c2d246e81 /benchmarks | |
parent | cdf83879fd0d050cade0fe7852550fcbcc177648 (diff) | |
download | numpy-50dd5109607ec4174ec96f650809bd85386f36e2.tar.gz |
BENCH: remove obsolete goal_time param
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchmarks/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/benchmarks/common.py b/benchmarks/benchmarks/common.py index 3fd81a164..b65cc5fd2 100644 --- a/benchmarks/benchmarks/common.py +++ b/benchmarks/benchmarks/common.py @@ -111,4 +111,4 @@ def get_indexes_rand_(): class Benchmark: - goal_time = 0.25 + pass |