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

Refactor: Make it easier to add new configurations #188

Closed mdboom closed 4 months ago

mdboom commented 4 months ago

Adding a new configuration (e.g. tier2, jit, nogil) requires a lot of fiddly, repetitive work. It would be good to factor this out.