diff options
| -rw-r--r-- | src/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py index edf5b16..35987f5 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -35,7 +35,7 @@ class Benchmark (object): steps = 1 if max_threads >= 20 and max_threads < 50: steps = 2 - if max_threads >= 50 max_threads < 100: + if max_threads >= 50 and max_threads < 100: steps = 5 if max_threads >= 100: steps = 10 |
