diff options
Diffstat (limited to 'falsesharing.py')
| -rw-r--r-- | falsesharing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/falsesharing.py b/falsesharing.py index e02f432..6a63173 100644 --- a/falsesharing.py +++ b/falsesharing.py @@ -26,7 +26,7 @@ class Benchmark_Falsesharing( Benchmark ): self.requirements = ["build/cache-thrash", "build/cache-scratch"] super().__init__() - def process_stdout(self, result, stdout, verbose): + def process_output(self, result, stdout, stderr, target, perm, verbose): result["time"] = time_re.match(stdout).group("time") def summary(self, sd=None): |
