2024-08-22 UTC
# 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`.