This commit is contained in:
rusefillc 2023-05-24 23:18:07 -04:00
parent 863343fdb6
commit 0f2ba172b1
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class ByteRateOfChangeReports {
ByteRateOfChange.TraceReport report = ByteRateOfChange.process(reportDestinationFolder, simpleFileName, logFileContent);
reports.add(report);
}, fileNameSuffix);
System.out.println("Processing " + reports.size() + " report(s)");
compareEachReportAgainstAllOthers(reports);
}