You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some very basic work with pytest-benchmark during development. However, a more complete and robust set of performance tests for common API calls/flows should be written.
Completeness Criteria:
New benchmark module, say test_performance.py.
Use pytest groups on the module or filter it out so make test doesn't always run it.
Add make benchmark or some similar target to execute them.
Add as a new tox and Travis CI target.
Pick a stable machine to run benchmarks and add a baseline to the README.
The text was updated successfully, but these errors were encountered:
I did some very basic work with pytest-benchmark during development. However, a more complete and robust set of performance tests for common API calls/flows should be written.
Completeness Criteria:
test_performance.py
.make test
doesn't always run it.make benchmark
or some similar target to execute them.The text was updated successfully, but these errors were encountered: