package
1.1.1
Repository: https://github.com/minio/warp.git
Documentation: pkg.go.dev

# Functions

Compare compares operations of a single operation type.
No description provided by the author
No description provided by the author
NewNullCollector collects operations, but discards them.
NewOpsCollector returns a collector that will collect all operations in memory.
OperationsFromCSV will load operations from CSV.
StreamOperationsFromCSV will load operations from CSV.

# Constants

CatCacheHit means that caching was detected and the object was cached.
CatCacheMiss means that caching was detected, but the object missed the cache.

# Structs

No description provided by the author
No description provided by the author
CmpSegment is s comparisons between two segments.
Common contains common benchmark parameters.
Comparison is a comparison between two benchmarks.
Delete benchmarks delete speed.
Fanout benchmarks upload speed.
Get benchmarks download speed.
List benchmarks listing speed.
Mixed benchmarks mixed operations all inclusive.
MixedDistribution keeps track of operation distribution and currently available objects.
Multipart benchmarks multipart upload+download speed.
No description provided by the author
Put benchmarks upload speed.
Retention benchmarks download speed.
S3Zip benchmarks download from a zip file.
A Segment represents totals of operations in a specific time segment starting at Start and ending before EndsBefore.
SegmentOptions describe options used to segment operations.
Select benchmarks download speed.
SizeSegment is a size segment.
Snowball benchmarks snowball upload speed.
Stat benchmarks HEAD speed.
TTFB contains time to first byte stats.
TTFBCmp is a comparison between two TTFB runs.
Versioned benchmarks mixed operations all inclusive.
VersionedDistribution keeps track of operation distribution and currently available objects.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Categories is a bitfield that represents potentially several categories.
A Category allows requests to be separated into different categories.
No description provided by the author
No description provided by the author
Segments is a slice of segment elements.
Throughput is the throughput as bytes/second.