-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Expand file tree
/
Copy pathasv.conf.json
More file actions
24 lines (24 loc) · 807 Bytes
/
asv.conf.json
File metadata and controls
24 lines (24 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": 1,
"project": "qiskit",
"project_url": "https://qiskit.org",
"repo": ".",
"install_command": [
"in-dir={env_dir} python -m pip install {wheel_file}[csp-layout-pass]"
],
"uninstall_command": [
"return-code=any python -m pip uninstall -y qiskit qiskit-terra"
],
"build_command": [
"python -m pip install -U build",
"QISKIT_BUILD_WITH_MIMALLOC=1 python -m build --outdir {build_cache_dir} --wheel {build_dir}"
],
"branches": ["main"],
"dvcs": "git",
"environment_type": "virtualenv",
"show_commit_url": "https://github.com/Qiskit/qiskit/commit/",
"pythons": ["3.10", "3.11", "3.12", "3.13", "3.14"],
"benchmark_dir": "test/benchmarks",
"env_dir": ".asv/env",
"results_dir": ".asv/results"
}