about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r--tvix/eval/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index 0a439a1897..4c1cf4f302 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -9,9 +9,14 @@ edition = "2021"
 rnix = "0.10.2"
 
 [dev-dependencies]
+criterion = "0.3.6"
 test-generator = "0.3.0"
 
 [features]
 # Enables running the Nix language test suite from the original C++
 # Nix implementation (at version 2.3) against Tvix.
 nix_tests = []
+
+[[bench]]
+name = "eval"
+harness = false