contrib/asv.conf.json
author Boris Feld <boris.feld@octobus.net>
Fri, 25 Jan 2019 14:53:19 -0500
changeset 41436 ab6d1f82be32
parent 30406 cff0f5926797
permissions -rw-r--r--
perf: move cache clearing in the `setup` step of `perfheads` The cache clearing is pretty fast, but this seems more "correct".

{
    "version": 1,
    "project": "mercurial",
    "project_url": "https://mercurial-scm.org/",
    "repo": "..",
    "branches": ["default", "stable"],
    "environment_type": "virtualenv",
    "show_commit_url": "https://www.mercurial-scm.org/repo/hg/rev/",
    "benchmark_dir": "benchmarks",
    "env_dir": "../.asv/env",
    "results_dir": "../.asv/results",
    "html_dir": "../.asv/html"
}