diff options
Diffstat (limited to 'src/benchmarks/larson.py')
| -rw-r--r-- | src/benchmarks/larson.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/larson.py b/src/benchmarks/larson.py index 910fdf6..213ca0a 100644 --- a/src/benchmarks/larson.py +++ b/src/benchmarks/larson.py @@ -17,7 +17,7 @@ class Benchmark_Larson(Benchmark): self.cmd = "larson{binary_suffix} 1 8 {maxsize} 1000 50000 1 {threads}" self.args = { - "maxsize": [8, 32, 64, 128, 256, 512, 1024], + "maxsize": [64, 512, 1024], "threads": Benchmark.scale_threads_for_cpus(2) } |
