mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Run benchmarks in travis.
This commit is contained in:
@@ -16,3 +16,9 @@ cache: cargo
|
|||||||
# Custom directory, for the correct year
|
# Custom directory, for the correct year
|
||||||
before_script:
|
before_script:
|
||||||
- cd 2018
|
- 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