Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoMetrics = Metrics{}
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct { TestCase *model.TestCase `json:"-"` ResponseTime time.Duration `json:"response_time"` // Http Response Time ResponseSize int `json:"response_size"` // Size of the HTTP Response body }
func NewMetrics ¶
Click to show internal directories.
Click to hide internal directories.