Added benchmarking

This commit is contained in:
Connor Johnstone
2023-12-01 15:39:12 -07:00
parent 48bd1e61cb
commit 86c583b3b0
5 changed files with 616 additions and 0 deletions

View File

@@ -6,3 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
[[bench]]
name = "part1"
harness = false
[[bench]]
name = "part2"
harness = false