diff options
author | Stephan Hoyer <shoyer@google.com> | 2018-09-24 11:45:21 -0700 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2018-09-24 11:45:21 -0700 |
commit | fbc6ad4007df5029bd079a99eaa123ed843a3ebc (patch) | |
tree | 38ae828dc4d579fac4dac3ecb7112a4f8a05610d /benchmarks | |
parent | c0cf6170dc707a742a83f7807b35fa25132480cf (diff) | |
download | numpy-fbc6ad4007df5029bd079a99eaa123ed843a3ebc.tar.gz |
Revert goal_time -> sample_time
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 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 |