Commit graph

5 commits

Author SHA1 Message Date
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
Antoine Martin 60b5398737 2018: switch to anyhow 2020-12-14 20:35:10 +01:00
Antoine Martin 7eca1339d7 add benches for 2015 and 2018 2019-12-07 03:02:35 +01:00
Antoine Martin 64410f0042 use aoc crate for common stuff 2019-12-01 22:22:12 +01:00
Antoine Martin b4c1f36767 move everything to single crate 2019-11-15 00:14:07 +01:00
Renamed from 2018/aoc01/Cargo.toml (Browse further)