advent-of-code/aoc2020
Antoine Martin 8d11c817f3 bench: split to separate package
Unfortunately cargo doesn't allow optional dev dependencies (see
rust-lang/cargo#1596) so this is the workaround.

Previously, running `cargo test` triggered the build of all dev
dependencies, including criterion, which in turn pulls in a lot of
stuff. Running tests should be faster, hence this change.
2020-12-15 12:16:33 +01:00
..
aoc2020_bench bench: split to separate package 2020-12-15 12:16:33 +01:00
input 2020: day15: part 2 2020-12-15 10:48:22 +01:00
src 2020: day11: ignore some long running tests 2020-12-15 10:53:30 +01:00
Cargo.toml bench: split to separate package 2020-12-15 12:16:33 +01:00