MCPcopy
hub / github.com/tsenart/vegeta / Close

Method Close

lib/reporters.go:22–22  ·  view source on GitHub ↗

Close permantently closes a Report, running any necessary book keeping.

()

Source from the content-addressed store, hash-verified

20type Closer interface {
21 // Close permantently closes a Report, running any necessary book keeping.
22 Close()
23}
24
25// A Reporter function writes out reports to the given io.Writer or returns an

Callers 15

TestAttackSignalOnceFunction · 0.65
TestAttackSignalTwiceFunction · 0.65
CloseMethod · 0.65
attackFunction · 0.65
encodeFunction · 0.65
plotRunFunction · 0.65
mainFunction · 0.65
reportFunction · 0.65
writeReportFunction · 0.65
TestAttackRateFunction · 0.65
TestAttackDurationFunction · 0.65
TestRedirectsFunction · 0.65

Implementers 2

Metricslib/metrics.go
Plotlib/plot/plot.go

Calls

no outgoing calls

Tested by 15

TestAttackSignalOnceFunction · 0.52
TestAttackSignalTwiceFunction · 0.52
TestAttackRateFunction · 0.52
TestAttackDurationFunction · 0.52
TestRedirectsFunction · 0.52
TestNoFollowFunction · 0.52
TestTimeoutFunction · 0.52
TestLocalAddrFunction · 0.52
TestStatusCodeErrorsFunction · 0.52
TestResponseBodyCaptureFunction · 0.52
TestProxyOptionFunction · 0.52
TestMaxBodyFunction · 0.52