[go: up one dir, main page]

criterion 0.1.0

Statistics-driven micro-benchmarking library
Documentation
1
2
3
4
5
6
7
8
9
10
11
set -ex

cargo install clippy --force
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
    cargo install mdbook --force
fi

if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$GNUPLOT" = "yes" ]; then
    brew update
    brew install gnuplot
fi