*/
@Override
protected void setUp() throws Exception {
perfTuples = new ArrayList<>(100);
for (int i = 0; i < 100; i++) {
perfTuples.add(new PerformanceTuple(new Features(), new Configuration(
null), TotalRuntimePerfMeasurerFactory.class, i + 1));
}
}