Skip to content

Commit

Permalink
fix(bench): code in benches still needs criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed Jun 8, 2024
1 parent 4523efc commit 74edc70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ rand = "0.8"
nalgebra = { version = "0.32", features = ["rand"] }
approx = "0.5.0"
num-traits = "0.2.14"

[dev-dependencies]
criterion = "0.3.3"

0 comments on commit 74edc70

Please sign in to comment.