Skip to content

v0.4

Compare
Choose a tag to compare
@pv pv released this 26 May 15:22

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 to asv run, which allows recording results from runs in "existing" environments not managed by asv (#794)
  • --cpu-affinity option to asv 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() to timeit.default_timer() to fix resolution issues on Windows. Old behavior can be restored by setting Benchmark.timer = time.process_time (#780)

Bug Fixes: