add benches for 2015 and 2018

This commit is contained in:
Antoine Martin 2019-12-07 03:02:35 +01:00
parent 8355f0dcd3
commit 7eca1339d7
5 changed files with 82 additions and 0 deletions

2
Cargo.lock generated
View file

@ -9,6 +9,7 @@ name = "aoc2015"
version = "0.1.0"
dependencies = [
"aoc 0.1.0",
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"md-5 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -17,6 +18,7 @@ name = "aoc2018"
version = "0.1.0"
dependencies = [
"aoc 0.1.0",
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]