Skip to content

Commit

Permalink
Revert "fix spotbug"
Browse files Browse the repository at this point in the history
This reverts commit 221c65a.
  • Loading branch information
yaalsn committed Jul 31, 2023
1 parent 28b1044 commit 4ef3abd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public TestResult run() throws Exception {

if (workload.warmupDurationMinutes > 0) {
log.info("----- Starting warm-up traffic ({}m) ------", workload.warmupDurationMinutes);
// printAndCollectStats(workload.warmupDurationMinutes, TimeUnit.MINUTES);
// printAndCollectStats(workload.warmupDurationMinutes, TimeUnit.MINUTES);
}

if (workload.consumerBacklogSizeGB > 0) {
Expand All @@ -143,8 +143,7 @@ public TestResult run() throws Exception {
worker.resetStats();
log.info("----- Starting benchmark traffic ({}m)------", workload.testDurationMinutes);

// TestResult result = printAndCollectStats(workload.testDurationMinutes,
// TimeUnit.MINUTES);
// TestResult result = printAndCollectStats(workload.testDurationMinutes, TimeUnit.MINUTES);
runCompleted = true;

worker.stopAll();
Expand Down

0 comments on commit 4ef3abd

Please sign in to comment.