#capjamesg[d]I ended up adding a feature to my pytest test suite that lets me provide a CLI argument to enter benchmarking mode, where the execution time of all tests are measured. The test suite ensures that execution time of each test is not over a certain maximum using`assert`.
#capjamesg[d]Also, pytest has a timeout feature that prevents a test from running too long, which was nice to have.
barnaby, barnabywalters, to2ds, ttybitnik, [morganm] and Kaguneh joined the channel