From 74edc70a20f42d5b5c540d9cfadfa235d9474a89 Mon Sep 17 00:00:00 2001 From: Orion Yeung <11580988+orionyeung001@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:00:06 -0500 Subject: [PATCH] fix(bench): code in benches still needs criterion --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 16e13b1b..94277e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"