Skip to main content

sweep_with_target

Function sweep_with_target 

Source
pub fn sweep_with_target(
    workload: &WorkloadConfig,
    pool: &PoolConfig,
    target_wait_p99_ms: f64,
) -> Result<Vec<SensitivityRow>, PoolsimError>
Expand description

Generates sensitivity rows with a custom target p99 wait threshold.

ยงErrors

Returns distribution/simulation errors for invalid inputs or unstable queue states.