Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Perf ¶
type Perf struct { Values uint32 Bytes uint64 // Measurements interval StartTime time.Time EndTime time.Time // contains filtered or unexported fields }
Perf stores performance data for an experiment.
func (*Perf) LatencyMean ¶
LatencyMean returns the mean latency.
func (*Perf) LatencyStdev ¶
LatencyStdev returns the standard deviation of latencies.
func (*Perf) ValuesPerSec ¶
ValuesPerSec returns throughput in decided values per second.
Click to show internal directories.
Click to hide internal directories.