Update benchmarks: rename benchmark to benchmarks and add combined benchmarks for matrix operations

This commit is contained in:
Palash Tyagi
2025-05-03 00:05:41 +01:00
parent 147cb2f168
commit a3b2c2e7b4
2 changed files with 140 additions and 1 deletions

View File

@@ -18,5 +18,5 @@ chrono = "^0.4.10"
criterion = { version = "0.4", features = ["html_reports"] }
[[bench]]
name = "benchmark"
name = "benchmarks"
harness = false