Home | History | Annotate | Download | only in pybench

Lines Matching defs:PERCENT

55 # Percent unit

56 PERCENT = 100
700 min_diff = '%+5.1f%%' % (min_diff * PERCENT)
704 avg_diff = '%+5.1f%%' % (avg_diff * PERCENT)
726 (other_total_min_time * compare_to.warp) - 1.0) * PERCENT)
732 (other_total_avg_time * compare_to.warp) - 1.0) * PERCENT)