Home
last modified time | relevance | path

Searched refs:stats_spread (Results 1 – 1 of 1) sorted by relevance

/curl/tests/http/
H A Dtest_04_stuttered.py82 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total')
104 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total')
126 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total')
130 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]: member in TestStuttered

Completed in 19 milliseconds