contrib/asv.conf.json
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Wed, 14 Feb 2024 22:50:00 -0500
changeset 51384 6fb4d2dfa8e4
parent 30406 cff0f5926797
permissions -rw-r--r--
crecord: add a handlesearch function This function sets up some of the UI, such as getting the search string from the user and displaying results or their absence.

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