Function goose::metrics::calculate_response_time_percentile[][src]

pub fn calculate_response_time_percentile(
    response_times: &BTreeMap<usize, usize>,
    total_requests: usize,
    min: usize,
    max: usize,
    percent: f32
) -> String
Expand description

Get the response time that a certain number of percent of the requests finished within.