
Eelco DolstraandQyriad
fb7d315411
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
2024-06-19 18:39:11 +00:00
..
2024-05-29 12:38:51 +02:00
2024-06-01 20:31:24 +02:00
2024-05-29 12:38:51 +02:00
2024-05-29 12:38:51 +02:00
2023-04-17 11:41:50 +02:00
2022-04-26 13:25:17 +02:00
2023-04-07 13:55:28 +00:00
2024-05-29 11:01:34 +02:00
2024-04-06 04:35:25 +00:00
2024-04-06 04:35:25 +00:00
2024-06-16 03:53:00 +00:00
2024-06-17 19:46:44 +00:00
2024-06-18 19:25:35 -07:00
2024-06-18 19:25:35 -07:00
2024-06-19 03:31:47 +00:00
2024-06-19 18:39:11 +00:00
2024-04-08 13:00:00 -07:00
2020-06-18 22:11:26 +00:00
2023-03-31 23:19:44 -04:00
2024-04-08 15:40:12 -07:00
2024-05-29 12:38:51 +02:00
2023-04-07 13:55:28 +00:00
2024-04-08 13:00:00 -07:00
2024-03-09 04:47:05 -07:00
2024-03-09 04:47:05 -07:00
2024-06-17 19:46:44 +00:00
2024-05-23 16:45:23 -06:00
2024-06-06 12:46:26 -06:00
2024-06-17 19:46:44 +00:00
2024-06-17 19:46:44 +00:00
2024-06-17 19:46:44 +00:00
2024-06-17 19:46:44 +00:00
2024-03-04 04:41:52 +01:00
2024-04-08 15:40:12 -07:00
2024-04-08 15:40:12 -07:00
2024-06-18 19:25:35 -07:00
2024-03-18 16:12:46 +01:00
2024-05-29 12:38:51 +02:00
2024-04-08 15:40:12 -07:00
2024-04-09 08:34:40 -07:00
2024-05-29 22:16:15 -07:00
2024-03-29 16:26:29 -07:00
2024-04-08 15:40:12 -07:00
2024-05-29 12:38:51 +02:00
2023-07-09 23:22:22 -04:00
2023-04-07 13:55:28 +00:00
2024-05-29 12:38:51 +02:00
2023-04-21 01:05:49 -04:00
2024-06-17 19:46:44 +00:00
2023-04-21 01:05:49 -04:00
2024-06-17 19:46:44 +00:00