forked from rarias/bscpkgs
nbody: add simple test figure
This commit is contained in:
14
overlay.nix
14
overlay.nix
@@ -335,10 +335,11 @@ let
|
||||
};
|
||||
|
||||
# Datasets used in the figures
|
||||
ds = with self.bsc.garlic; {
|
||||
nbody = {
|
||||
jemalloc = with exp.nbody; pp.merge [ baseline jemalloc ];
|
||||
freeCpu = with exp.nbody; pp.merge [ baseline freeCpu ];
|
||||
ds = with self.bsc.garlic; with pp; {
|
||||
nbody = with exp.nbody; {
|
||||
test = merge [ baseline ];
|
||||
jemalloc = merge [ baseline jemalloc ];
|
||||
freeCpu = merge [ baseline freeCpu ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -346,6 +347,11 @@ let
|
||||
fig = with self.bsc.garlic; {
|
||||
nbody = {
|
||||
|
||||
test = pp.rPlot {
|
||||
script = ./garlic/fig/nbody/test.R;
|
||||
dataset = ds.nbody.test;
|
||||
};
|
||||
|
||||
jemalloc = pp.rPlot {
|
||||
script = ./garlic/fig/nbody/jemalloc.R;
|
||||
dataset = ds.nbody.jemalloc;
|
||||
|
||||
Reference in New Issue
Block a user