if(WARMUP)
{
//Get the estimated time for this test
double estimatedTime = 0;
for(Result<Task> result: pkb.profile( files ))
estimatedTime+=result.getAvgTime();
//Get the number of warmup iterations to perform, based on the estimated time
int nWarmupIterations = getNumberOfWarmupIterations(estimatedTime)-1;