Skip to content
Snippets Groups Projects
Commit 9dcc3693 authored by Florian Fischer's avatar Florian Fischer
Browse files

adjust parameters to larsons paper

parent 05c7eb35
Branches
Tags
No related merge requests found
...@@ -13,7 +13,7 @@ class Benchmark_Larson( Benchmark ): ...@@ -13,7 +13,7 @@ class Benchmark_Larson( Benchmark ):
and deallocates objects, and then transfers some objects and deallocates objects, and then transfers some objects
(randomly selected) to other threads to be freed.""" (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.measure_cmd = ""
self.args = { self.args = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment