Skip to content

Commit a642145

Browse files
committed
feat: display elapsed time to nearest millisecond
Close #337 Signed-off-by: Brian McGee <[email protected]>
1 parent 9bbc49a commit a642145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stats/stats.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ func Print() {
6060
Value(Emitted),
6161
Value(Matched),
6262
Value(Formatted),
63-
Elapsed(),
63+
Elapsed().Round(time.Millisecond),
6464
)
6565
}

0 commit comments

Comments
 (0)