austin3dickey opened a new pull request, #14952: URL: https://github.com/apache/arrow/pull/14952
This PR changes `go_bench_adapt.py` to be more accurate about reporting GitHub information to Conbench from a local computer. In most cases, this script will be run on the master branch during [this workflow](https://github.com/apache/arrow/blob/794aefd6409a3da339ecc1a3d1ea6466b3d9ddb6/.github/workflows/go.yml#L94). This PR shouldn't change that use case. However, rarely, someone might [run benchmarks locally](https://conbench.ursa.dev/?search=branch) on a branch on their computer. If that's the case, we want the GitHub information to be scraped from the local repo, instead of assuming it's on the master branch. This is accomplished by passing `None` to `github`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
