Skip to content

Commit 1dfac42

Browse files
committed
ci: only test Rust benchmarks
No need to build the benchmark suite 4 times.
1 parent 9b951a6 commit 1dfac42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/script.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ ci/test-regex-capi
4646
# very long time. Also, check that we can build the regex-debug tool.
4747
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
4848
cargo build --verbose --manifest-path regex-debug/Cargo.toml
49-
for x in rust rust-bytes pcre1 onig; do
50-
(cd bench && ./run $x --no-run --verbose)
51-
done
49+
(cd bench && ./run rust --no-run --verbose)
5250

5351
# Test minimal versions.
5452
cargo +nightly generate-lockfile -Z minimal-versions

0 commit comments

Comments
 (0)