From 671e4a43716a604e1b9d6ee27528720da7c9edd9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 16 Sep 2018 17:58:28 +0200 Subject: don't use perf in larson's test --- larson.py | 1 + 1 file changed, 1 insertion(+) (limited to 'larson.py') diff --git a/larson.py b/larson.py index 8da46de..29d03fd 100644 --- a/larson.py +++ b/larson.py @@ -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], -- cgit v1.2.3