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

Add support for 32-bit Windows builds #113

Closed mdboom closed 7 months ago

mdboom commented 7 months ago

We should add the ability to benchmark a 32-bit Windows build (since that is a Tier 1 platform).

We should be able to reuse the existing Windows runner, but just build with -p Win32.

For reporting, we can probably just consider this just another machine, even though it's just reusing the same runner with a slightly different build configuration.

Cc: @brandtbucher (for the idea)