about summary refs log tree commit diff
path: root/tvix/eval/Cargo.lock
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.lock
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.lock')
-rw-r--r--tvix/eval/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.lock b/tvix/eval/Cargo.lock
index 05bcd8ccd2..4732d1b002 100644
--- a/tvix/eval/Cargo.lock
+++ b/tvix/eval/Cargo.lock
@@ -874,6 +874,7 @@ version = "0.1.0"
 dependencies = [
  "criterion",
  "dirs",
+ "itertools",
  "path-clean",
  "pretty_assertions",
  "rnix",