-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-44218: [Benchmarking][Python] Avoid uwsgi install failure on macOS #44221
Conversation
pitrou
commented
Sep 25, 2024
•
edited
Loading
edited
- GitHub Issue: [Python] uwsgi fails installing on macOS arm64 benchmarking machine #44218
|
@ursabot benchmark --help |
Supported benchmark command examples:
To run all benchmarks: To filter benchmarks by language: To filter Python and R benchmarks by name: To filter C++ benchmarks by archery --suite-filter and --benchmark-filter: For other |
@ursabot please benchmark lang=C++ |
Benchmark runs are scheduled for commit 3eb2844. Watch https://buildkite.com/apache-arrow and https://conbench.ursa.dev for updates. A comment will be posted here when the runs are complete. |
3eb2844
to
1f4c199
Compare
@ursabot please benchmark lang=C++ |
Benchmark runs are scheduled for commit 1f4c199. Watch https://buildkite.com/apache-arrow and https://conbench.ursa.dev for updates. A comment will be posted here when the runs are complete. |
This seems to fix the issue on the macOS benchmarking machine: |
Thanks for your patience. Conbench analyzed the 3 benchmarking runs that have been run so far on PR commit 3eb2844. There were 15 benchmark results indicating a performance regression:
The full Conbench report has more details. |
Thanks for your patience. Conbench analyzed the 4 benchmarking runs that have been run so far on PR commit 1f4c199. There were 11 benchmark results indicating a performance regression:
The full Conbench report has more details. |
I'll merge in order to fix continuous benchmarking. |