contrib/asv.conf.json
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 24 Sep 2018 14:46:37 -0700
changeset 41386 0132221c25cd
parent 30416 cff0f5926797
permissions -rw-r--r--
localrepo: use context manager for lock and transaction in commitctx() Differential Revision: https://phab.mercurial-scm.org/D5624

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