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

Support for free threading builds #187

Closed mdboom closed 1 month ago

mdboom commented 1 month ago

We should add a checkbox to enable free-threading with the --disable-gil configure flag. This would work analogously to the tier2 and jit checkboxes.