Searched refs:tl2 (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/benchtests/scripts/ |
D | compare_bench.py | 30 def do_compare(func, var, tl1, tl2, par, threshold): argument 47 v2 = tl2[str(par)] 78 tl2 = pts2['functions'][func][var] 83 do_compare(func, var, tl1, tl2, stat, threshold) 97 if len(tl1['timings']) != len(tl2['timings']): 103 ', '.join([str(x) for x in tl2['timings']])) 108 issues = [(x, y) for x, y in zip(tl1['timings'], tl2['timings']) \
|