aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-09-18 10:49:11 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-09-18 10:49:11 +0200
commit9dcc3693eb1b12c815f965f07aea4038b042e884 (patch)
treef13479a89b33701306a0c72f172a722b84fab1bf
parent05c7eb3523242133054dec3edb297b78a2fd6acd (diff)
downloadallocbench-9dcc3693eb1b12c815f965f07aea4038b042e884.tar.gz
allocbench-9dcc3693eb1b12c815f965f07aea4038b042e884.zip
adjust parameters to larsons paper
-rw-r--r--larson.py2
1 files changed, 1 insertions, 1 deletions
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 = {