-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasv.conf.json
42 lines (42 loc) · 1.03 KB
/
asv.conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"version": 1,
"project": "casa6",
"project_url": "https://casa.nrao.edu/",
"repo": "https://open-bitbucket.nrao.edu/scm/casa/casa6.git",
"build_command": [],
"install_command": [],
"uninstall_command": [],
"branches": [
"master",
"4f5295c7309e931c62f928a03eeadbbb4984cf00",
"a73a44ba2df3c3b824e866ed60bf0d538e532f76",
"85a2546777121b18bd5c0e9137b9b8e55f08cb7c",
"ee69dc1e48962bc3300198d59345eca3624057dd",
"40f5717bec049678804b23a5fac6b83ef62e8ad7"
],
"environment_type": "virtualenv",
"show_commit_url": "https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/commits/",
"install_timeout": 600,
"pythons": [
"3.10"
],
"exclude": [
{
"environment_type": "virtualenv",
"casatools": null
}
],
"include": [
{
"python": "3.10",
"pip+casatasks": "6.7.2.6",
"pip+casatestutils": "6.7.2.6"
}
],
"benchmark_dir": "benchmarks",
"env_dir": "env",
"results_dir": "results",
"html_dir": "html",
"hash_length": 8,
"build_cache_size": 2
}