aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/dj_trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/dj_trace.py')
-rw-r--r--src/benchmarks/dj_trace.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmarks/dj_trace.py b/src/benchmarks/dj_trace.py
index b837a9e..29b0f43 100644
--- a/src/benchmarks/dj_trace.py
+++ b/src/benchmarks/dj_trace.py
@@ -143,7 +143,8 @@ class BenchmarkDJTrace(Benchmark):
return False
- def process_output(self, result, stdout, stderr, allocator, perm, verbose):
+ @staticmethod
+ def process_output(result, stdout, stderr, allocator, perm):
def to_int(string):
return int(string.replace(',', ""))