# Functions
Generate method delegates execution to the registered report generator, based on the report type.
RegisterGenerator method registers a report generator.
RegisterReportOutput registers a benchmark output.
ReportGenerators returns registered report generators.
WriteReport delegates writing of benchmark reports to the registered benchmark output.
# Structs
No description provided by the author
# Interfaces
ReportGenerator is the interface all report generators must implement.
# Type aliases
ReportOutput represents an output for a benchmark report.
ReportOutputFunc defines the writer function.
ReportType represents the various supported report generators.