diff options
Diffstat (limited to 'larson.py')
| -rw-r--r-- | larson.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ class Benchmark_Larson( Benchmark ): (randomly selected) to other threads to be freed.""" self.cmd = "build/larson{binary_suffix} 1 8 {maxsize} 1000 10000 1 {threads}" + self.measure_cmd = "" self.args = { "maxsize" : [8, 32, 64, 128, 256, 512, 1024], |
