From 3919dd1217e58291b79c555f7c6c11898f10330e Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 21 Oct 2019 19:16:20 +0200 Subject: run larson for 5 instead of 1 second --- src/benchmarks/larson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} -- cgit v1.2.3