diff options
| -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 |
