Searched refs:max_dup (Results 1 – 1 of 1) sorted by relevance
20 def _AdjustIteration(benchmarks, max_dup, bench): argument26 benchmark.iterations *= (max_dup + 1)35 max_dup = 041 max_dup = max(max_dup, int(match.group(2)))42 return max_dup50 def _GetNonDupLabel(max_dup, runs): argument65 added_runs = _Repeat(dict, max_dup)81 max_dup = _GetMaxDup(data)83 if not max_dup:86 data[i] = _GetNonDupLabel(max_dup, runs)[all …]