add benches for 2015 and 2018
This commit is contained in:
parent
8355f0dcd3
commit
7eca1339d7
5 changed files with 82 additions and 0 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue