diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-21 19:16:20 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-21 19:16:20 +0200 |
| commit | 3919dd1217e58291b79c555f7c6c11898f10330e (patch) | |
| tree | 9ad61553bf4f2308a1e02ef9a10607466103f73c | |
| parent | cfdb8fb9aa5c05bfcd763f6048c6f64edb61da58 (diff) | |
| download | allocbench-3919dd1217e58291b79c555f7c6c11898f10330e.tar.gz allocbench-3919dd1217e58291b79c555f7c6c11898f10330e.zip | |
run larson for 5 instead of 1 second
| -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 970b5f2..6627288 100644 --- a/src/benchmarks/larson.py +++ b/src/benchmarks/larson.py @@ -61,7 +61,7 @@ class BenchmarkLarson(Benchmark): # Parameters taken from the paper "Memory Allocation for Long-Running Server # Applications" from Larson and Krishnan - self.cmd = "larson{binary_suffix} 1 8 {maxsize} 1000 50000 1 {threads}" + self.cmd = "larson{binary_suffix} 5 8 {maxsize} 1000 50000 1 {threads}" self.args = {"maxsize": [64, 512, 1024], "threads": Benchmark.scale_threads_for_cpus(2)} |
