Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVReporter ¶
type CSVReporter struct {
// contains filtered or unexported fields
}
func NewCSVReporter ¶
func NewCSVReporter(writer io.Writer) *CSVReporter
func (*CSVReporter) Report ¶
func (r *CSVReporter) Report(results []bench.BenchmarkResult) error
type IOReporter ¶
type IOReporter struct {
// contains filtered or unexported fields
}
func NewIOReporter ¶
func NewIOReporter(writer io.Writer) *IOReporter
func (*IOReporter) Report ¶
func (r *IOReporter) Report(results []bench.BenchmarkResult) error
type Reporter ¶
type Reporter interface {
Report(results []testing.BenchmarkResult) error
}
Click to show internal directories.
Click to hide internal directories.