767778798081828384
// do nothing } protected void processFile(File resultFile, TabularResultSet tabularResultSet) { PerfTestResults results = JsonUtil.readObjectFromFile(resultFile.getAbsolutePath(), PerfTestResults.class); processResults(results, tabularResultSet); }