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

Mac memory results are missing #207

Closed mdboom closed 3 weeks ago

mdboom commented 3 weeks ago

It seems that most of the Mac memory measurements are missing in the benchmarking results.

It could be due to this change in pyperf, but I haven't figured out exactly why yet.

mdboom commented 3 weeks ago

This is due to a bug recently introduced in pyperf.

Unfortunately the data we have isn't useful -- we will just have to wait until the pyperf fix is merged and start using it going forward. I don't think it's worth backfilling the data.

mdboom commented 3 weeks ago

This should be fixed now by using a prerelease version of pyperf with the fix linked above.