Lines Matching refs:bench
6 """ Analyze recent SkPicture bench data, and output suggested ranges.
13 bench lines, run this script, and redirect outputs (">>") to be added to the
15 TODO(bensong): find a better way for updating the bench lines in place.
34 # Ratios for calculating suggested picture bench upper and lower bounds.
65 the permitted bench ranges without triggering buidbot alerts.
68 Outputs expectation picture bench ranges for the latest revisions for the given
69 revision range. For instance, --rev_range=6000:6000 will return only bench
71 may have multiple bench data points for each bench configuration, and the code
72 returns bench data for the latest revision of all available (closer to 7000).
77 # Bench bench representation algorithm flag.
85 """Reads skp bench data from google storage, and outputs expectations.
88 bench data with multiple revisions, we use higher revisions to calculate
89 expected bench values.
90 Uses the provided representation_alg for calculating bench representations.
95 # Filters out non-skp-bench files.
115 # system transitioning. Change it once the new system (bench name starts
118 if point.bench.startswith('http'):
121 key = '%s_%s_%s,%s-%s' % (point.bench, point.config, point.time_type,
124 # only use the latest bench within revision range to set expectations.
136 """Parses flags and outputs expected Skia picture bench results."""
143 help=('Bench representation algorithm. One of '