# Functions
AddCollectionFiles adds files to a collection.
CSVFormatter returns a csv OutputFormatter.
FormatMarkdown formats benchstat output as markdown.
HTMLFormatter return an html OutputFormatter.
MarkdownFormatter return a markdown OutputFormatter.
TextFormatter returns a text OutputFormatter.
# Structs
Benchstat is a benchstat runner.
CSVFormatterOptions options for a csv OutputFormatter.
HTMLFormatterOptions options for an html OutputFormatter.
MarkdownFormatterOptions options for a markdown OutputFormatter.
TextFormatterOptions options for a text OutputFormatter.
# Type aliases
OutputFormatter formats benchstat output.