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