Documentation ¶
Index ¶
Constants ¶
View Source
const ( WarmupEventType = "warmup.perf-test" MeasureEventType = "measure.perf-test" GCEventType = "gc.perf-test" EndEventType = "end.perf-test" CEReceiverPort = "8080" WaitForFlush = 1 * time.Second WaitForReceiverGC = 1 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func CalculateMemoryConstraintsForPaceSpecs ¶
func CalculateMemoryConstraintsForPaceSpecs(paceSpecs []PaceSpec) (estimatedNumberOfMessagesInsideAChannel uint64, estimatedNumberOfTotalMessages uint64)
We need those estimates to allocate memory before benchmark starts
Types ¶
type EventTimestamp ¶
EventTimestamp is the recorded EventTimestamp of an event.
Click to show internal directories.
Click to hide internal directories.