Skip to content

Commit 568fe2d

Browse files
committed
Add Rescale, Standardize, Diffusion, Dasymetric to CI benchmark filter (#1137)
These four are fast enough (<5ms at 300px) for CI. Erosion and Reproject are excluded because they're too compute-heavy for PR checks.
1 parent 4af9ce8 commit 568fe2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
run: |
3838
asv continuous origin/master HEAD \
3939
--factor $ASV_FACTOR \
40-
--bench "^(Slope|Proximity|Zonal|CostDistance|Focal)" \
40+
--bench "^(Slope|Proximity|Zonal|CostDistance|Focal|Rescale|Standardize|Diffusion|Dasymetric)" \
4141
| tee bench_output.txt
4242
4343
- name: Run benchmarks (push to master)
4444
if: github.event_name == 'push'
4545
working-directory: benchmarks
4646
run: |
4747
asv run HEAD^! \
48-
--bench "^(Slope|Proximity|Zonal|CostDistance|Focal)" \
48+
--bench "^(Slope|Proximity|Zonal|CostDistance|Focal|Rescale|Standardize|Diffusion|Dasymetric)" \
4949
| tee bench_output.txt
5050
5151
- name: Check for regressions

0 commit comments

Comments
 (0)