# Functions
Aggregate returns statistics when only a single operation was running concurrently.
AutoTerm allows to set auto-termination on a context.
BPSorOPS returns bytes per second if non zero otherwise operations per second as human readable string.
Live collects operations and update requests.
LiveCollector return a collector, and a channel that will return the current aggregate on the channel whenever it is requested.
RequestAnalysisHostsMultiSized performs host analysis where objects have different sizes.
RequestAnalysisHostsSingleSized performs host analysis where all objects have equal size.
RequestAnalysisMultiSized performs analysis where objects have different sizes.
RequestAnalysisSingleSized performs analysis where all objects have equal size.
TtfbFromBench converts from bench.TTFB.
# Structs
Aggregated contains aggregated data for a single benchmark run.
No description provided by the author
MultiSizedRequests contains statistics when objects have the same different size.
Operation returns statistics for a single operation type.
No description provided by the author
Realtime is a collection of realtime aggregated data.
ReportOptions provides options to report generation.
No description provided by the author
No description provided by the author
SegmentSmall represents a time segment of the run.
SingleSizedRequests contains statistics when all objects have the same size.
Throughput contains throughput.
ThroughputSegmented contains time segmented throughput statics.
TTFB contains times to first byte if applicable.
UpdateReq is a request for an update.
# Type aliases
MapAsSlice is a key-only map that is serialized as an array.
No description provided by the author
RequestSizeRanges is an array of RequestSizeRange.
SegmentDurFn accepts a total time and should return the duration used for each segment.
No description provided by the author