Documentation ¶
Overview ¶
Package report generates human-readable benchmark reports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
Report processes a result stream until it is closed, then produces a string with information about the consumed result data.
func NewReportRate ¶
func NewReportSample ¶
type TimeSeries ¶
type TimeSeries []timeSeries
func (TimeSeries) Len ¶
func (t TimeSeries) Len() int
func (TimeSeries) Less ¶
func (t TimeSeries) Less(i, j int) bool
func (TimeSeries) String ¶
func (ts TimeSeries) String() string
func (TimeSeries) Swap ¶
func (t TimeSeries) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.