performance.time() < (result.getEnd()-result.getStart()))
{
result.setStatus(TestResult.Status.FAILED);
result.setThrowable(
new PerformanceException("The test didnt finish within the specified time: "
+performance.time()+"ms, it took "+(result.getEnd()-result.getStart())+"ms."));
}
// fetch suiteResult, get the correct classResult and append the test to that
// classResult.
PerformanceSuiteResult suiteResult = suiteResultInst.get();