We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430de6e commit 512e8edCopy full SHA for 512e8ed
.travis.yml
@@ -44,4 +44,8 @@ script:
44
if [ $TRAVIS_RUST_VERSION = 'nightly' ]; then
45
cargo build -p prometheus-static-metric --examples --no-default-features --features="$FEATURES"
46
cargo test -p prometheus-static-metric --no-default-features --features="$FEATURES"
47
+
48
+ # Run benchmarks.
49
+ cargo bench --no-default-features --features="$FEATURES"
50
+ cargo bench -p prometheus-static-metric --no-default-features --features="$FEATURES"
51
fi
0 commit comments