contrib/asv.conf.json
author Siddharth Agarwal <sid0@fb.com>
Wed, 07 Jun 2017 21:17:06 -0700
changeset 32719 74680ed89a29
parent 30406 cff0f5926797
permissions -rw-r--r--
run-tests: output coverage to output dir There do not appear to be any tests for this, and I've never used either of these options before, but this works.

{
    "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"
}