From 7e298c025da08d0de096df3fcac7c8fafac9f5c2 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 27 Aug 2019 17:11:21 +0200 Subject: remove verbosity argument from hooks --- src/benchmarks/falsesharing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/benchmarks/falsesharing.py') diff --git a/src/benchmarks/falsesharing.py b/src/benchmarks/falsesharing.py index 203aeb8..046a362 100644 --- a/src/benchmarks/falsesharing.py +++ b/src/benchmarks/falsesharing.py @@ -29,7 +29,8 @@ class BenchmarkFalsesharing(Benchmark): self.requirements = ["cache-thrash", "cache-scratch"] super().__init__() - def process_output(self, result, stdout, stderr, allocator, perm, verbose): + @staticmethod + def process_output(result, stdout, stderr, allocator, perm): result["time"] = TIME_RE.match(stdout).group("time") def summary(self): -- cgit v1.2.3