Documentation
¶
Overview ¶
Package export provides data export functionality.
Index ¶
- func CycleTimeCSV(results []metrics.CycleTimeResult, path string) error
- func CycleTimeExcel(results []metrics.CycleTimeResult, stats metrics.CycleTimeStats, path string) error
- func ThroughputCSV(result metrics.ThroughputResult, path string) error
- func ThroughputExcel(result metrics.ThroughputResult, path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CycleTimeCSV ¶
func CycleTimeCSV(results []metrics.CycleTimeResult, path string) error
CycleTimeCSV exports cycle time results to CSV.
func CycleTimeExcel ¶
func CycleTimeExcel(results []metrics.CycleTimeResult, stats metrics.CycleTimeStats, path string) error
CycleTimeExcel exports cycle time results to Excel.
func ThroughputCSV ¶
func ThroughputCSV(result metrics.ThroughputResult, path string) error
ThroughputCSV exports throughput results to CSV.
func ThroughputExcel ¶
func ThroughputExcel(result metrics.ThroughputResult, path string) error
ThroughputExcel exports throughput results to Excel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.