diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-16 17:58:28 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-16 17:58:28 +0200 |
| commit | 671e4a43716a604e1b9d6ee27528720da7c9edd9 (patch) | |
| tree | cff89309c9a40ffa2c6a9af7698e1f9132308e43 /larson.py | |
| parent | 074f8a6b591a3a197af85cc31e489606af0ba133 (diff) | |
| download | allocbench-671e4a43716a604e1b9d6ee27528720da7c9edd9.tar.gz allocbench-671e4a43716a604e1b9d6ee27528720da7c9edd9.zip | |
don't use perf in larson's test
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], |
