heat: refactor cache into granul experiment

This commit is contained in:
2021-03-09 18:45:33 +01:00
parent 7b4da07dbf
commit b192fc44f5
3 changed files with 12 additions and 90 deletions

View File

@@ -63,9 +63,9 @@
};
};
heat = {
heat = rec {
granul = callPackage ./heat/granul.nix { };
cache = callPackage ./heat/cache.nix { };
cache = granul.override { enablePerf = true; };
};
bigsort = rec {