contrib/asv.conf.json
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 10 Oct 2019 16:02:47 +0200
changeset 43166 a5b04863dbff
parent 30406 cff0f5926797
permissions -rw-r--r--
py3: drop ui.flush() during interactive patch filtering With previous changeset fixing line buffering on stdout, this is no longer needed.

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