contrib/asv.conf.json
author Augie Fackler <augie@google.com>
Wed, 21 Apr 2021 10:58:42 -0400
branchstable
changeset 47004 3c8e4c6ec9bc
parent 30416 cff0f5926797
permissions -rw-r--r--
merge: stable heads I forgot to pull before rolling rc1, so we just have a couple of patches that missed the rc1 train. Mea culpa.

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