contrib/asv.conf.json
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 19 Sep 2023 01:53:03 +0200
changeset 51078 752e380c5702
parent 30416 cff0f5926797
permissions -rw-r--r--
debug-delta-chain: add options to control what we compute Currently this mostly controls what we display, but actual computation saving will come soon.

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