Skip to content

Commit 737f408

Browse files
authored
Update microbiorust-py_benchmarks.yml
1 parent dfe14ce commit 737f408

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/microbiorust-py_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
MATURIN_PY_BUILD_ARGS: "--release"
8484
RUSTFLAGS: "-C target-cpu=native"
8585
run: |
86-
asv run HEAD^! --machine "github-runner" --bench "PipelineSuite.time_process-all" --param-match "engine=rust" --show-stderr
86+
asv run HEAD^! --machine "github-runner" --bench "PipelineSuite.time_process-all.*rust.*interactive" --show-stderr
8787
8888
- name: Record Rust Energy use
8989
uses: green-coding-solutions/eco-ci-energy-estimation@v4
@@ -103,7 +103,7 @@ jobs:
103103
MATURIN_PY_BUILD_ARGS: "--release"
104104
RUSTFLAGS: "-C target-cpu=native"
105105
run: |
106-
asv run HEAD^! --machine "github-runner" --bench "PipelineSuite.time_process-all" --param-match "engine=python" --show-stderr
106+
asv run HEAD^! --machine "github-runner" --bench "PipelineSuite.time_process-all.*python.*interactive" --show-stderr
107107
108108
- name: Record Python energy
109109
uses: green-coding-solutions/eco-ci-energy-estimation@v4

0 commit comments

Comments
 (0)