# Functions
StatusFromString creates a Status from a string.
# Constants
StatusFail means the latest run in test was not within the threshold.
StatusOK means the latest run in test was within the threshold.
# Type aliases
BucketList is a slice of buckets.
LatencyDistributionList is a slice of LatencyDistribution pointers.
OptionsInfo represents the report options.
Status represents a status of a project or record.
StringIntMap is a map of string keys to int values.
StringStringMap is a map of string keys to int values.