diff options
Diffstat (limited to 'larson.py')
| -rw-r--r-- | larson.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
