summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPaweł Redzyński <pawelredzynski@gmail.com>2020-06-18 19:33:35 +0200
committerPaweł Redzyński <pawelredzynski@gmail.com>2020-06-18 19:33:35 +0200
commit50dd5109607ec4174ec96f650809bd85386f36e2 (patch)
tree4cabff9f688bb2e3ae6cae514140f81c2d246e81 /benchmarks
parentcdf83879fd0d050cade0fe7852550fcbcc177648 (diff)
downloadnumpy-50dd5109607ec4174ec96f650809bd85386f36e2.tar.gz
BENCH: remove obsolete goal_time param
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchmarks/common.py2
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