contrib/asv.conf.json
author Yuya Nishihara <yuya@tcha.org>
Sat, 18 Jul 2020 18:21:26 +0900
changeset 45177 03332e5f67e9
parent 30406 cff0f5926797
permissions -rw-r--r--
phases: make sure an exception should be set on error return This should never happen, but the code looks wrong without PyErr_Set*() call.

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