Skip to content

Commit bf6207a

Browse files
committed
improving scalability
1 parent db43a09 commit bf6207a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/asv-openmp-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
--machine "$MACHINE_NAME" \
112112
--interleave-rounds \
113113
--no-pull \
114-
--bench benchmark_two_point_statistics \
114+
--bench "^benchmark_" \
115115
--show-stderr
116116
117117
- name: Write informational ASV comparison

.github/workflows/asv-openmp-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
--machine "$MACHINE_NAME" \
8989
--skip-existing-successful \
9090
--no-pull \
91-
--bench benchmark_two_point_statistics \
91+
--bench "^benchmark_" \
9292
--show-stderr
9393
9494
- name: Build published reports and preserve raw results

benchmarks/tools/plot_case_backend_comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def family_from_name(name):
196196
short_name = short_benchmark_name(name)
197197
if "variogram" in short_name:
198198
return "variogram"
199-
if "krige" in short_name:
199+
if "krig" in short_name:
200200
return "krige"
201201
if "field" in short_name:
202202
return "field"

0 commit comments

Comments
 (0)