-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
setup gh-pages with this #3
Comments
@jreback we've got an extra step since we have multiple benchmarks per repository, but I've pushed https://dask.github.io/dask-benchmarks/ for now (see the https://github.com/dask/dask-benchmarks/tree/gh-pages branch). No judging my HTML skills :) I'll leave this open and close it once I have a script that runs all the |
They, that's pretty slick Is there anything that needs to be done to maintain that page? On Wed, Nov 2, 2016 at 9:25 PM, Tom Augspurger notifications@github.com
|
Once we have a stable set of benchmarks, the biggest thing is getting a dedicated machine to run the benchmarks for each new commit (a nightly cron job, similar to this). |
Yes, I suspect that Continuum could swing that. CC @seibert |
Yes, what kind of machine would you like to run on? We have an 8 core Haswell system with 64 GB of RAM that we use for Numba testing. Would that work? |
Hmm, the typical load on that machine is zero, except when building Numba packages (average once every few days, but can be bursts of several times in a day) or when someone is doing manual testing. Would it be fine to provision a fixed-size AWS instance to run benchmarks? Running a c4.xlarge (4 CPUs w/ 7.5 GB of RAM) for an hour once a day is pretty cheap. |
Could we use biggie (internal continuum 48 core box)? I think it's mostly idle. |
The cron job would need to run new benchmarks as well, see instructions in airspeed-velocity/asv#278 |
The text was updated successfully, but these errors were encountered: