contrib/asv.conf.json
author Raphaël Gomès <rgomes@octobus.net>
Wed, 21 Aug 2019 17:56:50 +0200
branchstable
changeset 42805 7521e6d18057
parent 30406 cff0f5926797
permissions -rw-r--r--
makefile: run Rust tests if cargo is installed While no particular minimum toolchain version is targeted as of yet, this serves as a first step to make more people/machines run the Rust tests.

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