reporters

package
v0.1.51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL