mirror of
https://github.com/NixOS/nix.git
synced 2024-11-29 02:02:27 +00:00
Add some benchmarks for the actual caching
This commit is contained in:
parent
512afd8b7a
commit
ffec547ebc
@ -45,7 +45,9 @@ run_all () {
|
||||
--export-json "$out/result.json" \
|
||||
--export-markdown "$out/result.md" \
|
||||
--style basic \
|
||||
--prepare '' "bash $0 noCache callBuild"
|
||||
--prepare '' "bash $0 noCache callBuild" \
|
||||
--prepare 'rm -rf ~/.cache/nix/' "bash $0 coldCache callBuild" \
|
||||
--prepare '' "bash $0 callBuild"
|
||||
}
|
||||
|
||||
"$@"
|
||||
|
Loading…
Reference in New Issue
Block a user