Home | History | Annotate | Download | only in bench

Lines Matching full:bench

11     """Takes iterable lines of bench output, returns {bench:{config:time}}."""
17 #see if this line starts a new bench
18 new_bench = re.search('running bench \[\d+ \d+\] (.{28})', line)
22 #add configs on this line to the current bench
37 print '-o <file> the old bench output file.'
38 print '-n <file> the new bench output file.'
42 print ' b: bench'
61 'b' : '{bench: >28} ',
69 'b' : '{bench: >28} ',
111 bench='bench'
130 bench=old_bench.strip()