225226227228229230231232
expectedSpeculations, successfulSpeculations.get()); } @Test public void testLegacyEstimator() throws Exception { TaskRuntimeEstimator specificEstimator = new LegacyTaskRuntimeEstimator(); coreTestEstimator(specificEstimator, 3); }
231232233234235236237238239
coreTestEstimator(specificEstimator, 3); } @Test public void testExponentialEstimator() throws Exception { TaskRuntimeEstimator specificEstimator = new ExponentiallySmoothedTaskRuntimeEstimator(); coreTestEstimator(specificEstimator, 3); }
219220221222223224225226
225226227228229230231232233
221222223224225226227228
227228229230231232233234235
220221222223224225226227
226227228229230231232233234