Skip to content

Commit

Permalink
stats: Add missing fail_count to stats json (peak#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmezonur committed Mar 6, 2020
1 parent 134761f commit f55ee1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stats/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (s stats) JSON() string {
statsJson.Op = "stats"
statsJson.Success.File = get(FileOp)
statsJson.Success.S3 = get(S3Op)
statsJson.Fail = get(Fail)
statsJson.ElapsedTime = elapsed()
statsJson.TimeUnit = "nanosecond"

Expand Down

0 comments on commit f55ee1a

Please sign in to comment.