2025: setup bench for day01

This commit is contained in:
Antoine Martin 2025-12-02 17:44:22 +01:00
parent d310ec45c0
commit db1bae8a76
3 changed files with 22 additions and 0 deletions

View file

@ -8,9 +8,16 @@ edition = "2024"
aoc = { path = "../aoc" }
anyhow = "1.0"
[dev-dependencies]
criterion = { version = "0.4", default-features = false, features = [ "rayon" ] }
[lib]
path = "src/lib.rs"
[[bin]]
name = "aoc2025"
path = "src/main.rs"
[[bench]]
name = "aoc2025_bench"
harness = false