-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add benchmark CI: Debian #85
Comments
Hello @kou, I would love to work on this issue. Looking at the description, I understand it involves implementing a benchmarking CI workflow for the arrow-go repository using Debian as the runtime environment. |
Correct. But we need help from others:
@assignUser Could you help us? |
See also: apache/arrow#44996 |
I think we should keep running the go builds on github runners, the setup and maintenance is just much less complicated. As in the monorepo we can still upload the results to conbench. When the PR for this is ready I can handle creating the secrets and open an infra ticket to get them set in the repo. |
Do you mean start using GitHub runners instead of the dedicated buildkite infra to run this new benchmarks? |
Yes. Go has never used the buildkite infra and I think it should work for the rest as well and make everything more transparent to the community. |
Okay, I think it's a green signal for me to start working on it and to be more specific I should add the Benchmark job in the test runner file to leverage :
However, in my opinion, it increases complexity because benchmarks differ from test purposes. |
Signed-off-by: Saurabh Kumar Singh <[email protected]>
This part: https://github.com/apache/arrow/blob/8113594c85b4c578236cdd69d4155e0e118744b4/.github/workflows/go.yml#L136-L163
The text was updated successfully, but these errors were encountered: