Skip to main content

Module soak

Module soak 

Source
Expand description

Soak testing: run a workload for a sustained duration and capture ops/sec, latency, and degradation per checkpoint window.

Where StressRun is iteration-bounded, SoakRun is duration-bounded. It runs for total_duration, recording one SoakCheckpoint every checkpoint_interval. Comparing checkpoints surfaces drift the stress aggregate would smooth over.

Structsยง

SoakCheckpoint
One sampling window inside a SoakResult.
SoakResult
Result of a soak run.
SoakRun
Configuration for a soak run.