mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
less verbose output
This commit is contained in:
+3
-1
@@ -38,7 +38,9 @@ func TestRAWInput(t *testing.T) {
|
||||
atomic.AddInt64(&respCounter, 1)
|
||||
}
|
||||
|
||||
log.Println(reqCounter, respCounter)
|
||||
if Settings.debug {
|
||||
log.Println(reqCounter, respCounter)
|
||||
}
|
||||
|
||||
wg.Done()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user