v0.4
New features:
asv check
command for a quick check of benchmark suite validity. (#782)asv run HASHFILE:filename
can read commit hashes to run from file or stdin (#768)--set-commit-hash
option toasv run
, which allows recording results from runs in "existing" environments not managed by asv (#794)--cpu-affinity
option toasv run
and others, to set CPU affinity (#769)- "Hide legend" option in web UI (#807)
pretty_source
benchmark attribute for customizing source code shown (#810)- Record number of cores in machine information (#761)
API Changes:
- Default timer changed from
process_time()
totimeit.default_timer()
to fix resolution issues on Windows. Old behavior can be restored by settingBenchmark.timer = time.process_time
(#780)
Bug Fixes: