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 <tazjin@tvl.su>
Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2022-09-02 15:02:19 -04:00 committed by clbot
parent 48b0fac76b
commit 3270817b90
3 changed files with 19 additions and 1 deletions

1
tvix/eval/Cargo.lock generated
View file

@ -874,6 +874,7 @@ version = "0.1.0"
dependencies = [
"criterion",
"dirs",
"itertools",
"path-clean",
"pretty_assertions",
"rnix",