diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-18 10:49:11 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-18 10:49:11 +0200 |
| commit | 9dcc3693eb1b12c815f965f07aea4038b042e884 (patch) | |
| tree | f13479a89b33701306a0c72f172a722b84fab1bf | |
| parent | 05c7eb3523242133054dec3edb297b78a2fd6acd (diff) | |
| download | allocbench-9dcc3693eb1b12c815f965f07aea4038b042e884.tar.gz allocbench-9dcc3693eb1b12c815f965f07aea4038b042e884.zip | |
adjust parameters to larsons paper
| -rw-r--r-- | larson.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |
