about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2022-09-02T19·02-0400
committerclbot <clbot@tvl.fyi>2022-09-03T06·56+0000
commit3270817b9053cc0d656bf9f8522e81a2917b3036 (patch)
tree1c96e9eb83ec9461e2b501def517884e1de61474 /tvix/eval/Cargo.toml
parent48b0fac76bd1444eac7dd082b699e0ec41fbfdd3 (diff)
test(tvix/eval): Add attr merge benchmarks r/4615
Add a quick couple of benchmarks for merging attribute sets, large and
small.

Change-Id: I26940a9cf4e0d30e3d9eb07a7b8c366ca4072ca3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6286
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r--tvix/eval/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index 21c2243473..32fa9e2573 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -23,6 +23,7 @@ rev = "614e7d4641e83ab7eb321d9ac5e3d12985f9f3ba"
 criterion = "0.3.6"
 test-generator = "0.3.0"
 pretty_assertions = "1.2.1"
+itertools = "0.10.3"
 
 [features]
 # Enables running the Nix language test suite from the original C++