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

Struct Plot

lib/plot/plot.go:20–25  ·  view source on GitHub ↗

An Plot represents an interactive HTML time series plot of Result latencies over time.

Source from the content-addressed store, hash-verified

18// An Plot represents an interactive HTML time series
19// plot of Result latencies over time.
20type Plot struct {
21 title string
22 threshold int
23 series map[string]*labeledSeries
24 label Labeler
25}
26
27// An Labeler is a function that returns a label
28// to partition and represent Results in separate (but overlaid) line charts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected