Commit graph

2 commits

Author SHA1 Message Date
Antoine Martin cdc8f62269 2020: day16: part 1 2020-12-16 09:28:59 +01:00
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
Renamed from aoc2020/benches/bench.rs (Browse further)