1 2 3 4 5 6 7 8 9 10
#!/bin/bash set -o errexit -o nounset ./ci/test.sh printf "\n\n---- benchmarks ----\n\n" cargo bench --all --no-run ./ci/publish-docs.sh