mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Run benchmarks in travis.
This commit is contained in:
@@ -16,3 +16,9 @@ cache: cargo
|
||||
# Custom directory, for the correct year
|
||||
before_script:
|
||||
- cd 2018
|
||||
|
||||
# After success on stable, run benchmark
|
||||
after_succes:
|
||||
- if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then
|
||||
cargo bench;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user