Skip to content

Commit 9a2c7e0

Browse files
committed
Fix bench settings
1 parent 66ebac4 commit 9a2c7e0

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

html5ever/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ harness = false
2626
[[test]]
2727
name = "serializer"
2828

29-
[[bench]]
30-
name = "tokenizer"
31-
harness = false
32-
3329
[dependencies]
3430
log = "0.4"
3531
mac = "0.1"

scripts/travis-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ set -ex
1212

1313
if [ $TRAVIS_RUST_VERSION = nightly ]
1414
then
15-
cargo test -p html5ever --features "rustc-test/capture" --bench tokenizer
15+
cargo bench --all
1616
cargo test -p html5ever --features "rustc-test/capture"
1717
cargo test -p xml5ever --features "rustc-test/capture"
1818
else
19-
cargo test -p html5ever --bench tokenizer
19+
cargo bench --all
2020
cargo test --all
2121
fi
2222

File renamed without changes.

0 commit comments

Comments
 (0)