added benchmark

This commit is contained in:
2026-04-12 15:40:19 -07:00
parent 5d310b8df5
commit 4ca68c7f94
3 changed files with 877 additions and 0 deletions

View File

@@ -4,3 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "matmul"
harness = false