Skip to content

Commit 61e645d

Browse files
author
Stephen Asbury
committed
Added show progress check on replicated count
1 parent ec195a5 commit 61e645d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/stan_stan_bench/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func main() {
295295

296296
curInterval := reqcount / int64(interval)
297297

298-
if curInterval > lastRepInterval {
298+
if curInterval > lastRepInterval && showProgress {
299299
lastRepInterval = curInterval
300300
log.Printf("replicated count = %d", reqcount)
301301
}

0 commit comments

Comments
 (0)