Skip to content

Commit

Permalink
[COMMON] add size to perf log
Browse files Browse the repository at this point in the history
  • Loading branch information
chia7712 committed Oct 26, 2024
1 parent 629bd2d commit 2e35711
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ public static List<String> execute(final Argument param) {
() -> producerThreads.stream().allMatch(AbstractThread::closed),
param.logInterval,
List.of(
ReportFormat.CSVContentElement.create(
"size", () -> String.valueOf(sizes.get().sum())),
ReportFormat.CSVContentElement.create(
"max size", () -> String.valueOf(sizes.get().max().getAsLong())),
ReportFormat.CSVContentElement.create(
Expand Down

0 comments on commit 2e35711

Please sign in to comment.