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

Collect pystats from benchmarks that spawn subprocesses #234

Open mdboom opened 1 month ago

mdboom commented 1 month ago

Benchmarks that spawn their own subprocesses, such as to run a webserver, do not collect pystats from that subprocess. We should work out how to coax pystats out of those subprocesses.