Searched refs:stats_spread (Results 1 – 1 of 1) sorted by relevance
/curl/tests/http/ |
H A D | test_04_stuttered.py | 81 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total') 103 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total') 125 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total') 129 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]: member in TestStuttered
|
Completed in 5 milliseconds