Closed dillon-cullinan closed 4 years ago
TODO:
I actually need to make a PR to pytest-benchmark to make it utilize addResults instead of addResult in the session finish function. This way its not making an enormous amount of API calls and locks for no reason.
pytest-benchmark
addResults
addResult
TODO:
I actually need to make a PR to
pytest-benchmark
to make it utilizeaddResults
instead ofaddResult
in the session finish function. This way its not making an enormous amount of API calls and locks for no reason.