faster-cpython / bench_runner

Code for running pyperformance benchmarks on Github Action runners
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

gh-223: Fix installation instructions #224

Closed mpage closed 3 months ago

mpage commented 3 months ago

The version at v0.2.2 doesn't have a __main__.py. Running python -m bench_runner install fails with

No module named bench_runner.__main__; 'bench_runner' is a package and cannot be directly executed

v0.25.0 works

Fixes gh-223.