Skip to content

Commit

Permalink
ARROW-18374: [Go][CI][Benchmarking] Fix Go Bench Script after Conbenc…
Browse files Browse the repository at this point in the history
…h change (#14689)

Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
  • Loading branch information
zeroshade committed Nov 21, 2022
1 parent 3718d8a commit 42caa23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/go_bench_adapt.py
Expand Up @@ -79,6 +79,7 @@ def _transform_results(self) -> List[BenchmarkResult]:
"params": '/'.join(pieces[1:]),
},
run_reason=RUN_REASON,
github=None, # scrape info from cloned repo
)
parsed.run_name = f"{parsed.run_reason}: {parsed.github['commit']}"
parsed_results.append(parsed)
Expand Down

0 comments on commit 42caa23

Please sign in to comment.