You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ze...@apache.org on 2022/11/21 18:29:06 UTC

[arrow] branch master updated: ARROW-18374: [Go][CI][Benchmarking] Fix Go Bench Script after Conbench change (#14689)

This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 42caa23b00 ARROW-18374: [Go][CI][Benchmarking] Fix Go Bench Script after Conbench change (#14689)
42caa23b00 is described below

commit 42caa23b00c51388f27d27515411e94204b472dc
Author: Matt Topol <zo...@gmail.com>
AuthorDate: Mon Nov 21 13:28:59 2022 -0500

    ARROW-18374: [Go][CI][Benchmarking] Fix Go Bench Script after Conbench change (#14689)
    
    Authored-by: Matt Topol <zo...@gmail.com>
    Signed-off-by: Matt Topol <zo...@gmail.com>
---
 ci/scripts/go_bench_adapt.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/scripts/go_bench_adapt.py b/ci/scripts/go_bench_adapt.py
index db1c09cbc5..fac67bbdde 100644
--- a/ci/scripts/go_bench_adapt.py
+++ b/ci/scripts/go_bench_adapt.py
@@ -79,6 +79,7 @@ class GoAdapter(BenchmarkAdapter):
                         "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)