From 9dcc3693eb1b12c815f965f07aea4038b042e884 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 18 Sep 2018 10:49:11 +0200 Subject: adjust parameters to larsons paper --- larson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larson.py b/larson.py index 29d03fd..9ec48ab 100644 --- a/larson.py +++ b/larson.py @@ -13,7 +13,7 @@ class Benchmark_Larson( Benchmark ): and deallocates objects, and then transfers some objects (randomly selected) to other threads to be freed.""" - self.cmd = "build/larson{binary_suffix} 1 8 {maxsize} 1000 10000 1 {threads}" + self.cmd = "build/larson{binary_suffix} 1 8 {maxsize} 1000 50000 1 {threads}" self.measure_cmd = "" self.args = { -- cgit v1.2.3