contrib/asv.conf.json
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 09 Jul 2021 00:25:07 +0530
branchstable
changeset 47505 ce12b3a54028
parent 30406 cff0f5926797
permissions -rw-r--r--
Added tag 5.8.1 for changeset 411dc27fd9fd

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