nbody: add a small experiment

This commit is contained in:
Rodrigo Arias 2020-11-17 11:36:42 +01:00
parent ef4bb13a7d
commit dcb56643d5

View File

@ -364,6 +364,7 @@ let
ds = with bsc.garlic; with pp; {
nbody = with exp.nbody; {
baseline = merge [ baseline ];
small = merge [ small ];
jemalloc = merge [ baseline jemalloc ];
#freeCpu = merge [ baseline freeCpu ];
};
@ -389,6 +390,10 @@ let
script = ./garlic/fig/nbody/baseline.R;
dataset = ds.nbody.baseline;
};
small = pp.rPlot {
script = ./garlic/fig/nbody/baseline.R;
dataset = ds.nbody.small;
};
jemalloc = pp.rPlot {
script = ./garlic/fig/nbody/jemalloc.R;
dataset = ds.nbody.jemalloc;