contrib/asv.conf.json
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 28 Jun 2018 22:23:08 -0400
changeset 38495 72286f9e324f
parent 30416 cff0f5926797
permissions -rw-r--r--
procutil: add a shim for translating shell commands to native commands

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