mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
updated stat printer
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ func (s *GorStat) String() string {
|
||||
func (s *GorStat) reportStats() {
|
||||
for {
|
||||
log.Println(s)
|
||||
time.Sleep(rate * time.Second.Nanoseconds())
|
||||
time.Sleep(rate * time.Second)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user