-
Notifications
You must be signed in to change notification settings - Fork 99
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
Use airspeed velocity to track performance changes #476
Comments
I keep getting
when trying the instructions. Any idea why this might happen? |
Your master Clawpack and Riemann repositories are out of sync. Try bumping On Sun, Nov 16, 2014 at 8:30 PM, Kyle Mandli notifications@github.com
|
Working now, thanks for knowing what the problem was so quickly @ahmadia. Back to the issue, do we have a machine that could be dedicated to this and possibly have the output linked to the clawpack.org website? |
I have machines, but they are behind the KAUST proxy so I can't serve pages publicly. Maybe they could be set to automatically upload results somewhere... |
Maybe it's enough to compare subsequent release versions, then we can just include it in the static docs. |
That would at least be a start. |
Airspeed velocity is a tool for tracking performance of the code. Basically, it checks out a series of commits and runs some benchmarks on each one, then shows you how the performance has changed over time.
I managed to get it working on my computer by the following steps:
setup:
Then replace your asv.conf.json file with this: https://gist.github.com/ketch/00e4f4cd33904bbfe6e2
Finally, you can run the benchmarks and see the output with this:
It would be great to have a public-facing server that automatically does this and hosts the results.
The text was updated successfully, but these errors were encountered: