Slide 10
Slide 10 text
Airspeed Velocity
Setting Up Config Files
10
Benchmarking your Scientific Python Packages Using ASV and GitHub Actions
Package Repo Archive Repo
For running the benchmarks For generating the publish/preview hosting for pages
{
"version": 1,
"project": "geocat-comp",
"project_url": "https://geocat-comp.readthedocs.io",
"repo": "..",
"branches": ["main"], // for git
"environment_type": "conda",
"install_timeout": 600,
"show_commit_url": "http://github.com/NCAR/geocat-comp/commit/",
"pythons": ["3.10"],
"conda_channels": ["conda-forge"],
"conda_environment_file": "../build_envs/asv-bench.yml",
"matrix": {
"python": [""],
},
"benchmark_dir": ".",
}
{
"version": 1,
"project": "geocat-comp",
"project_url": "https://github.com/NCAR/geocat-comp",
"repo": "https://github.com/NCAR/geocat-comp",
"branches": [
"main"
],
"dvcs": "git",
"environment_type": "conda",
"benchmark_dir": "benchmarks"
}