Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Nov 25, 2024
1 parent d840587 commit 54c8c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfTest/cmd/silent.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func printStats() {
for {
select {
case _ = <-tickerReset.C:

logInfo("Resetting counters...")
atomic.SwapInt32(&publisherMessageCount, 0)
atomic.SwapInt32(&consumerMessageCount, 0)
atomic.SwapInt64(&totalLatency, 0)
Expand Down

0 comments on commit 54c8c33

Please sign in to comment.