Skip to content

Commit

Permalink
worker results missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
sasile committed May 8, 2018
1 parent e000c1b commit 4f92999
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions httpblaster/worker/worker_results.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package worker

import "time"

type worker_results struct {
Count uint64
Min time.Duration
Max time.Duration
Avg time.Duration
Read uint64
Write uint64
Codes map[int]uint64
Method string
ConnectionRestarts uint32
ErrorCount uint32
}

0 comments on commit 4f92999

Please sign in to comment.