diff options
author | Aspen Smith <grfn@gws.fyi> | 2023-12-11T03·51-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-11T03·59+0000 |
commit | b2c8c1ef946d8f60ad686c00f9b07540b5f12283 (patch) | |
tree | f7e20159580d4c9fced87425f548314b98a77f53 /tvix/shell.nix | |
parent | 19fd6ffae53277067df2b38a7757c225427ce970 (diff) |
feat(tvix): Benchmark nixpkgs eval with hyperfine r/7144
Add some hyperfine benchmarks to Tvix's windtunnel benchmark script for evaluating the outPath of hello and a cross-compiled hello. Change-Id: I9d76e5ce0a3fd7d9c125c36c5fced675b660a8a8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10248 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'tvix/shell.nix')
-rw-r--r-- | tvix/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/shell.nix b/tvix/shell.nix index b2bd16c6da5d..4859b2b1aa2a 100644 --- a/tvix/shell.nix +++ b/tvix/shell.nix @@ -22,6 +22,7 @@ pkgs.mkShell { pkgs.evans pkgs.fuse pkgs.go + pkgs.hyperfine pkgs.nix_2_3 # b/313 pkgs.pkg-config pkgs.rust-analyzer |