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

@@ -111,6 +111,7 @@
inherit trebuchetStage;
});
timetable = callPackage ./pp/timetable.nix { };
osu-latency = callPackage ./pp/osu-latency.nix { };
rPlot = callPackage ./pp/rplot.nix { };
timetableFromTrebuchet = tre: timetable (resultFromTrebuchet tre);
mergeDatasets = callPackage ./pp/merge.nix { };