We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbc49a commit a642145Copy full SHA for a642145
stats/stats.go
@@ -60,6 +60,6 @@ func Print() {
60
Value(Emitted),
61
Value(Matched),
62
Value(Formatted),
63
- Elapsed(),
+ Elapsed().Round(time.Millisecond),
64
)
65
}
0 commit comments