We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af9ce8 commit 568fe2dCopy full SHA for 568fe2d
.github/workflows/benchmarks.yml
@@ -37,15 +37,15 @@ jobs:
37
run: |
38
asv continuous origin/master HEAD \
39
--factor $ASV_FACTOR \
40
- --bench "^(Slope|Proximity|Zonal|CostDistance|Focal)" \
+ --bench "^(Slope|Proximity|Zonal|CostDistance|Focal|Rescale|Standardize|Diffusion|Dasymetric)" \
41
| tee bench_output.txt
42
43
- name: Run benchmarks (push to master)
44
if: github.event_name == 'push'
45
working-directory: benchmarks
46
47
asv run HEAD^! \
48
49
50
51
- name: Check for regressions
0 commit comments