summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorStephan Hoyer <shoyer@google.com>2018-09-24 11:45:21 -0700
committerStephan Hoyer <shoyer@google.com>2018-09-24 11:45:21 -0700
commitfbc6ad4007df5029bd079a99eaa123ed843a3ebc (patch)
tree38ae828dc4d579fac4dac3ecb7112a4f8a05610d /benchmarks
parentc0cf6170dc707a742a83f7807b35fa25132480cf (diff)
downloadnumpy-fbc6ad4007df5029bd079a99eaa123ed843a3ebc.tar.gz
Revert goal_time -> sample_time
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 d720eaaa8..18a09fd40 100644
--- a/benchmarks/benchmarks/common.py
+++ b/benchmarks/benchmarks/common.py
@@ -113,4 +113,4 @@ def get_indexes_rand_():
class Benchmark(object):
- sample_time = 0.25
+ goal_time = 0.25