creams: add size experiment

This commit is contained in:
2021-05-03 11:11:50 +02:00
parent 3892167e7d
commit 5d6f691045
4 changed files with 228 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
creams = rec {
ss = callPackage ./creams/ss.nix { };
granularity = callPackage ./creams/granularity.nix { };
size = callPackage ./creams/size.nix { };
# These experiments are the extended versions of the previous
# ones. We split them so we can keep a reasonable execution time