From 3270817b9053cc0d656bf9f8522e81a2917b3036 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 2 Sep 2022 15:02:19 -0400 Subject: test(tvix/eval): Add attr merge benchmarks 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 Autosubmit: grfn --- tvix/eval/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/eval/Cargo.lock') diff --git a/tvix/eval/Cargo.lock b/tvix/eval/Cargo.lock index 05bcd8ccd2bc..4732d1b00220 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", -- cgit 1.4.1