You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to set up bench_runner to run pyperformance benchmarks on an EC2 instance for the cinder repo, I encountered an AssertionError during the installation process.
Steps to reproduce
Followed the instructions provided by the Faster CPython project's Benchmarking tools.
It seems that the bench_runner installation script may be expecting a runner to be already set up. The error suggests it's attempting to identify available runners but isn't finding any, leading to the AssertionError. I'll try setting up the GitHub Actions self-hosted runner first and then rerun the installation script to see if it resolves the issue.
Description
When attempting to set up
bench_runner
to run pyperformance benchmarks on an EC2 instance for the cinder repo, I encountered an AssertionError during the installation process.Steps to reproduce
Expected Behavior:
The bench_runner should set up without errors, generating necessary files in .github/workflows and other configurations at the root of the repository.
Actual Behavior:
Encountered the following error:
Would appreciate any help or guidance to resolve this issue!
The text was updated successfully, but these errors were encountered: