Commit graph

11 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 aaaaadd901 2019: day14: finish 2019-12-15 01:28:14 +01:00
Antoine Martin 03d248cf9c 2019: day13: finish 2019-12-14 00:51:44 +01:00
Antoine Martin f0a9da6065 2019: day12: part 1 2019-12-12 15:10:47 +01:00
Antoine Martin 4e1fecf3ee 2019: day11: finish 2019-12-11 23:58:25 +01:00
Antoine Martin bbbde2836d 2019: day10: part 1 2019-12-10 18:36:53 +01:00
Antoine Martin 56adb541a0 2019: day09: finish 2019-12-09 16:27:06 +01:00
Antoine Martin 21b9b2d18f 2019: day08: finish 2019-12-08 17:12:26 +01:00
Antoine Martin 2b4173e80e bench: use more samples by default 2019-12-08 02:45:34 +01:00
Antoine Martin 27f6a072da 2019: day07: part 1 2019-12-07 21:32:06 +01:00
Antoine Martin 0c98050bc0 2019: add benchmarks 2019-12-06 19:07:57 +01:00