- clone this repo
cd benchmarksasv runwill run the benchmarks on last commit- or use
asv continuous base_commit_hash test_commit_hashto run the benchmark to compare two commits - or
asv run -b <benchmark_file_name> -k <benchmark_name>to run a particular benchmark. - if you are running benchmarks for the first time, you would be asked to enter your machine information after this command.
- or use
asv publishwill create ahtmlfolder with the resultsasv previewwill host the results locally at http://127.0.0.1:8080/