Searched refs:bench1 (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/benchtests/scripts/ |
D | compare_bench.py | 123 def plot_graphs(bench1, bench2): argument 132 for func in bench1['functions'].keys(): 133 for var in bench1['functions'][func].keys(): 136 if u'timings' not in bench1['functions'][func][var].keys(): 144 length = len(bench1['functions'][func][var]['timings']) 146 lines = pylab.scatter(X, bench1['functions'][func][var]['timings'], 164 def main(bench1, bench2, schema, threshold, stats): argument 165 bench1 = bench.parse_bench(bench1, schema) 166 bench.do_for_all_timings(bench1, lambda b, f, v: 172 plot_graphs(bench1, bench2) [all …]
|