Initial work on writing benchmarks.

This commit is contained in:
2018-12-18 13:56:34 +01:00
parent 33f32fc1ac
commit cc72c481cc
2 changed files with 56 additions and 0 deletions

View File

@@ -9,3 +9,10 @@ clap = "2.32"
regex = "1.1.0"
chrono = "0.4.6"
itertools = "0.7.11"
[dev-dependencies]
bencher = "0.1.5"
[[bench]]
name = "days"
harness = false