From 92f9e30dc210f45880b61d5c6472e631166fa883 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 14 Sep 2018 18:01:55 +0200 Subject: add usefull chattymalloc support and --nolibmemusage flag improve bench.py improve process_stdout hook -> process_output rename perf_cmd -> measure_cmd --- larson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'larson.py') diff --git a/larson.py b/larson.py index c801715..d7d1033 100644 --- a/larson.py +++ b/larson.py @@ -26,7 +26,7 @@ class Benchmark_Larson( Benchmark ): self.requirements = ["build/larson"] super().__init__() - def process_stdout(self, result, stdout, verbose): + def process_output(self, result, stdout, stderr, target, perm, verbose): for l in stdout.splitlines(): res = throughput_re.match(l) if res: -- cgit v1.2.3