Add criterion benchmarks

This commit is contained in:
2020-12-19 12:46:01 +01:00
parent 821ba4089c
commit cae6b0ed2c
2 changed files with 54 additions and 0 deletions

View File

@@ -11,5 +11,12 @@ itertools = "0.9"
num-integer = "0.1"
regex = "1"
[dev-dependencies]
criterion = "0.3"
[profile.release]
debug = true
[[bench]]
name = "days"
harness = false