Benchmarking jaxion with airspeed velocity
For now, test and upload manually. In this repo folder, do a:
asv run --skip-existing-commits ALLTo create a website collating the results, do:
asv publishTo view it, do:
asv previewTo add the test results to the repo, do a:
git add results/
git commit -m 'adding latest results'
git pushTo push the published webpage to the gh-pages branch on GitHub, do
asv gh-pages --rewriteYou can now view the up-to-date benchmarking page.