heat: rename granul -> granularity experiment
This commit is contained in:
parent
63aa07dad5
commit
312656ce54
@ -64,9 +64,9 @@
|
||||
};
|
||||
|
||||
heat = rec {
|
||||
granul = callPackage ./heat/granul.nix { };
|
||||
cache = granul.override { enablePerf = true; };
|
||||
ctf = granul.override { enableCTF = true; };
|
||||
granularity = callPackage ./heat/granularity.nix { };
|
||||
cache = granularity.override { enablePerf = true; };
|
||||
ctf = granularity.override { enableCTF = true; };
|
||||
};
|
||||
|
||||
bigsort = rec {
|
||||
|
@ -47,7 +47,7 @@ in
|
||||
};
|
||||
|
||||
heat = with exp.heat; {
|
||||
granul = stdPlot ./heat/granul.R [ granul ];
|
||||
granularity = stdPlot ./heat/granularity.R [ granularity ];
|
||||
cache = customPlot ./heat/cache.R (ds.perf.stat cache.result);
|
||||
ctf = customPlot ./heat/mode.R (ds.ctf.mode ctf.result);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user