1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-19 08:49:35 +01:00

Add some benchmarks for the actual caching

This commit is contained in:
regnat 2021-06-03 16:41:39 +02:00
parent 512afd8b7a
commit ffec547ebc

View file

@ -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"
}
"$@"