Skip to content

Commit 74edc70

Browse files
committed
fix(bench): code in benches still needs criterion
1 parent 4523efc commit 74edc70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ rand = "0.8"
2222
nalgebra = { version = "0.32", features = ["rand"] }
2323
approx = "0.5.0"
2424
num-traits = "0.2.14"
25+
26+
[dev-dependencies]
27+
criterion = "0.3.3"

0 commit comments

Comments
 (0)