Documentation ¶
Overview ¶
Package reporting provides features to allow for the generation of test reports
Index ¶
- Variables
- func CSVReport(r loadtest.Runner, w io.Writer)
- func CSVReportToFile(r loadtest.Runner, filename string)
- func LatencyHistogramReport(r loadtest.Runner, out io.Writer)
- func LatencyHistogramReportToFile(r loadtest.Runner, filename string)
- func TXTReport(r loadtest.Runner, out io.Writer)
- func TXTReportToFile(r loadtest.Runner, filename string)
Constants ¶
This section is empty.
Variables ¶
View Source
var HistogramDataPointCount = 50
Functions ¶
func CSVReport ¶
CSVReport will write a CSV format report containing basic details of each test executed by a single runner
func CSVReportToFile ¶
CSVReportToFile will write a CSV report to the specified file and omit an error to STDERR if this fails
func LatencyHistogramReport ¶
LatencyHistogramReport will plot an SVG format histogram showing the latency distribution of the result set from the runner
func LatencyHistogramReportToFile ¶
LatencyHistogramReportToFile will plot the histogram directly to a file
func TXTReportToFile ¶
TXTReportToFile will write a human readable report to the specified file and omit an error to STDERR if this fails
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.