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

Need profiling and performance regression tests #38

Open
bocajnotnef opened this issue Feb 22, 2018 · 0 comments
Open

Need profiling and performance regression tests #38

bocajnotnef opened this issue Feb 22, 2018 · 0 comments

Comments

@bocajnotnef
Copy link
Contributor

This would probably matter more when we get to our milestone, but it would be good if we monitored performance so we don't accidentally triple our runtime at some point.

Should be fairly simple: either subprocess 'time' a bunch of runs, or use python's own time profiling monitors; run a few hundred rounds of the preprocessor, take the average and assert it's below a certian range.

We could make it CI-only so it doesn't clog the normal make test call.

@bocajnotnef bocajnotnef added this to the Hello, Python! milestone Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant