testing airspeedvelocity
This commit is contained in:
@@ -30,7 +30,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
python -m pip install asv virtualenv uv==${{ env.UV_VERSION }} nox
|
||||
python -m pip install -e ".[tests]"
|
||||
|
||||
- name: Restore prior ASV results (S3)
|
||||
env:
|
||||
@@ -47,7 +46,7 @@ jobs:
|
||||
env:
|
||||
ASV_FACTOR: "1.10"
|
||||
run: |
|
||||
nox -e benchmark_regression
|
||||
nox -s benchmark_regression
|
||||
|
||||
- name: Upload ASV artifacts (optional)
|
||||
if: always()
|
||||
@@ -74,7 +73,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
python -m pip install asv virtualenv uv==${{ env.UV_VERSION }} nox
|
||||
python -m pip install -e ".[tests]"
|
||||
|
||||
- name: Restore prior ASV results (S3)
|
||||
env:
|
||||
@@ -89,7 +87,7 @@ jobs:
|
||||
|
||||
- name: ASV via nox
|
||||
run: |
|
||||
nox -e benchmark
|
||||
nox -s benchmark
|
||||
|
||||
- name: Upload updated results (S3)
|
||||
env:
|
||||
|
||||
@@ -10,6 +10,5 @@
|
||||
"benchmark_dir": "benchmarks",
|
||||
"env_dir": "build/asv/env",
|
||||
"results_dir": "build/asv/results",
|
||||
"dvcs": "git",
|
||||
"html_dir": "build/asv/html"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user