contrib/asv.conf.json
author Siddharth Agarwal <sid0@fb.com>
Sun, 21 May 2017 12:10:53 -0700
changeset 32422 f37f9499fea8
parent 30406 cff0f5926797
permissions -rw-r--r--
demandimport: move ignore list to __init__.py We're going to use the same ignore list for Python 3.

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