Documentation ¶
Index ¶
- type VegetaAttacker
- func (atk *VegetaAttacker) Attack(w io.Writer, d time.Duration, name string)
- func (atk *VegetaAttacker) CountStatus(code int) (int, bool)
- func (atk *VegetaAttacker) Metrics() *vegeta.Metrics
- func (atk *VegetaAttacker) Success() float64
- func (atk *VegetaAttacker) TotalRequests() uint64
- func (atk *VegetaAttacker) TotalSuccess() float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VegetaAttacker ¶
type VegetaAttacker struct {
// contains filtered or unexported fields
}
func NewVegetaAttacker ¶
func (*VegetaAttacker) CountStatus ¶
func (atk *VegetaAttacker) CountStatus(code int) (int, bool)
func (*VegetaAttacker) Metrics ¶
func (atk *VegetaAttacker) Metrics() *vegeta.Metrics
func (*VegetaAttacker) Success ¶
func (atk *VegetaAttacker) Success() float64
func (*VegetaAttacker) TotalRequests ¶
func (atk *VegetaAttacker) TotalRequests() uint64
func (*VegetaAttacker) TotalSuccess ¶
func (atk *VegetaAttacker) TotalSuccess() float64
Click to show internal directories.
Click to hide internal directories.