Archived
1
0
forked from rarias/bscpkgs

osu: add figure for latency tests

This commit is contained in:
2021-02-23 17:52:48 +01:00
parent 0c9e89dcc0
commit ceb25e5d18
5 changed files with 88 additions and 1 deletions

View File

@@ -40,4 +40,16 @@ in
creams = with exp.creams; {
ss = rPlotExp ./creams/ss.R [ ss.hybrid ss.pure ];
};
osu = with exp.osu; {
#latency = pp.osu-latency latency.result;
latency =
let
resultJson = pp.osu-latency latency.result;
in
rPlot {
script = ./osu/latency.R;
dataset = resultJson;
};
};
}