-
Notifications
You must be signed in to change notification settings - Fork 14
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
Performance monitoring over time: Implement some airspeed velocity performance tests #494
Labels
Feature Request
A concrete request (as detailed as possible) to either add or change functionality.
Performance
Improve the number crunching
Comments
dfsp-spirit
added
the
Feature Request
A concrete request (as detailed as possible) to either add or change functionality.
label
May 4, 2023
After some research, we know that
|
I have opened an issue with asv, I cannot get it to work with poetry. |
I have it working in the 494_asv branch with |
I noticed that the scipy team has a nice wrapper around asv in their runtests.py script. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
A concrete request (as detailed as possible) to either add or change functionality.
Performance
Improve the number crunching
To implement performance monitoring over time, we should Implement some airspeed velocity performance tests for Syncopy.
See airspeed velocity (asv) docs for more info. Basically we would like to be able to compare performance between different commits (releases, branches).
This is now WIP, see branch 494_asv
The text was updated successfully, but these errors were encountered: