faster-cpython / bench_runner

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

Installation instructions are incorrect #223

Closed mpage closed 1 week ago

mpage commented 1 week 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