Skip to content

Commit 4284861

Browse files
committed
Save basic information
1 parent a26b447 commit 4284861

2 files changed

Lines changed: 737 additions & 342 deletions

File tree

dev/archery/archery/benchmark/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ class CppBenchmarkRunner(BenchmarkRunner):
127127
def __init__(self, build, benchmark_extras, run_id=None,
128128
results_dir=None, **kwargs):
129129
""" Initialize a CppBenchmarkRunner. """
130+
super().__init__(**kwargs)
130131
self.build = build
131132
self.benchmark_extras = benchmark_extras
132133
self.run_id = run_id
133134
self.results_dir = results_dir
134-
super().__init__(**kwargs)
135135

136136
@staticmethod
137137
def default_configuration(**kwargs):

0 commit comments

Comments
 (0)