-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathasv.conf.json
More file actions
22 lines (22 loc) · 880 Bytes
/
asv.conf.json
File metadata and controls
22 lines (22 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": 1,
"project": "ITK",
"project_url": "https://itk.org/",
"_comment_repo": "'repo' points at the ITK source tree whose commits label the time series. The caller (CI workflow or local smoke test) must create a symlink named 'itk-repo' at the root of this harness pointing to the ITK clone before invoking asv.",
"repo": "itk-repo",
"branches": ["origin/main"],
"environment_type": "existing",
"show_commit_url": "https://github.com/InsightSoftwareConsortium/ITK/commit/",
"benchmark_dir": "benchmarks",
"env_dir": ".asv/env",
"results_dir": ".asv/results",
"html_dir": ".asv/html",
"build_command": [],
"install_command": [
"python -m pip install --no-build-isolation -e python"
],
"uninstall_command": [
"return-code=any python -m pip uninstall -y itk_perf_shim"
],
"matrix": {}
}