Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Performance Benchmarking #3

Open
1 of 5 tasks
ahawker opened this issue Jun 16, 2017 · 1 comment
Open
1 of 5 tasks

Add Performance Benchmarking #3

ahawker opened this issue Jun 16, 2017 · 1 comment

Comments

@ahawker
Copy link
Owner

ahawker commented Jun 16, 2017

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.
@ahawker
Copy link
Owner Author

ahawker commented Jun 17, 2017

Initial scaffolding and rudimentary benchmarks added in #10

@ahawker ahawker added the ready label Jun 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant