Documentation
¶
Overview ¶
Package load aggregates latency samples from a load run and reports k6-style summary statistics. It holds no MCP logic: the caller drives the virtual users through the existing rondo engine and feeds results here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
Collector accumulates per-call results across goroutines.
type Summary ¶
type Summary struct {
Calls int
Failed int
Elapsed time.Duration
RPS float64
P50 time.Duration
P90 time.Duration
P95 time.Duration
P99 time.Duration
Max time.Duration
}
Summary is the k6-shaped result of a load run.
Click to show internal directories.
Click to hide internal directories.