diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2024-04-26 15:48:46 +0200 |
---|---|---|
committer | Qyriad <qyriad@qyriad.me> | 2024-06-19 18:39:11 +0000 |
commit | fb7d3154115cb5cf211c5ddbc124e17ee519bb64 (patch) | |
tree | f073784147a22c95ec6e45ed39c04594034c5cee /contrib | |
parent | c55dcc6c13b864dc613a0a6ba51e0b897868f4b4 (diff) |
Merge pull request #10570 from layus/shared_caches
Share evaluation caches across installables
Before:
$ rm -rf ~/.cache/nix && time -f '%E' nix build --dry-run \
'nixpkgs#hello' \
'nixpkgs#clang' \
'nixpkgs#cargo' \
'nixpkgs#rustup' \
'nixpkgs#bear' \
'nixpkgs#firefox' \
'nixpkgs#git-revise' \
'nixpkgs#hyperfine' \
'nixpkgs#curlie' \
'nixpkgs#xz' \
'nixpkgs#ripgrep'
0:03.61
After:
$ rm -rf ~/.cache/nix && time -f '%E' nix build --dry-run \
'nixpkgs#hello' \
'nixpkgs#clang' \
'nixpkgs#cargo' \
'nixpkgs#rustup' \
'nixpkgs#bear' \
'nixpkgs#firefox' \
'nixpkgs#git-revise' \
'nixpkgs#hyperfine' \
'nixpkgs#curlie' \
'nixpkgs#xz' \
'nixpkgs#ripgrep'
0:01.46
This could probably use a more proper benchmark...
Fixes #313
(cherry picked from commit de51e5c335865e3e0a8cccd283fec1a52cce243f)
Change-Id: I9350bebd462b6af12c51db5bf432321abfe84a16
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions