We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cinder_bench_runner
bench_runner
requirements.txt
git+https://github.com/faster-cpython/[email protected]#egg=bench_runner
python -m bench_runner.scripts.install
AssertionError
sudo ./svc.sh install
sudo ./svc.sh start
sudo ./svc.sh status
sudo ./svc.sh stop
sudo ./svc.sh uninstall
runners.ini
README.md
bases.txt
benchmarks.manifest
For an in-depth view of the setup and configuration, please refer to the bench_runner repository: cinder_bench_runner.
Closes #8
The text was updated successfully, but these errors were encountered:
MAMV3x3
No branches or pull requests
Steps Taken:
cinder_bench_runner
.bench_runner
from a specific Git tag torequirements.txt
.git+https://github.com/faster-cpython/[email protected]#egg=bench_runner
.requirements.txt
.python -m bench_runner.scripts.install
but encountered anAssertionError
(Error when Setting Upbench_runner
on EC2 Instance #8).sudo ./svc.sh install
sudo ./svc.sh start
sudo ./svc.sh status
sudo ./svc.sh stop
sudo ./svc.sh uninstall
bench_runner
on EC2 Instance #8, I created arunners.ini
file at the root of the repository. The exact configuration can be viewed here.python -m bench_runner.scripts.install
.README.md
,bases.txt
andbenchmarks.manifest
.For an in-depth view of the setup and configuration, please refer to the bench_runner repository: cinder_bench_runner.
Closes #8
The text was updated successfully, but these errors were encountered: