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

Interface Closer

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

Closer wraps the optional Report Close method.

Source from the content-addressed store, hash-verified

18
19// Closer wraps the optional Report Close method.
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
26// error in case of failure.

Callers 8

TestAttackSignalOnceFunction · 0.65
TestAttackSignalTwiceFunction · 0.65
CloseMethod · 0.65
attackFunction · 0.65
encodeFunction · 0.65
plotRunFunction · 0.65
mainFunction · 0.65
reportFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected