Skip to content

Commit a5ab625

Browse files
committed
ci: bench: Enable all icount benches in CI
So far we haven't been running the `mem_icount` benches in CI, but this would be useful. Use a glob pattern for the test so this and future icount benchmarks all get run.
1 parent a5f6e71 commit a5ab625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/bench-icount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tag="$(echo "$target" | cut -d'-' -f1)"
2525
# Run benchmarks once
2626
function run_icount_benchmarks() {
2727
cargo_args=(
28-
"--bench" "icount"
28+
"--bench" "*icount*"
2929
"--no-default-features"
3030
"--features" "unstable,unstable-float,icount"
3131
)

0 commit comments

Comments
 (0)