Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index be97c0d..7b41287 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,9 @@ car = "0.1.1"
memchr = "2.7.4"
rayon = "1.10.0"
rustc-hash = "2.1.0"
+criterion = { version = "2.7.2", package = "codspeed-criterion-compat", default-features = false }
+
+
+[[bench]]
+name = "bench"
+harness = false