-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
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 testdoesn't always run it. - Add
make benchmarkor 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.