Skip to main content

cache_sensitivity_zipf

Function cache_sensitivity_zipf 

Source
pub fn cache_sensitivity_zipf(
    base_params: &CacheCostParams,
    alpha_min: f64,
    alpha_max: f64,
    steps: usize,
) -> Vec<SensitivityPoint>
Expand description

Run sensitivity analysis on cache budget vs Zipf alpha.

Sweeps alpha from alpha_min to alpha_max in steps increments and computes optimal budget at each point.