OLD | NEW |
---|---|
(Empty) | |
1 # This config should find the regression of http://crbug.com/423495. | |
2 # It should reproduce a > 10% change with the culprit CL being a blink change. | |
3 # http://build.chromium.org/p/tryserver.chromium.perf/builders/android_nexus7_pe rf_bisect/builds/394 | |
4 | |
5 config = { | |
6 'command': 'tools/perf/run_benchmark -v --browser=android-chrome-shell blink_p erf.layout', | |
7 'good_revision': '297772', | |
8 'bad_revision': '297779', | |
9 'metric': 'character_fallback/character_fallback', | |
10 'repeat_count': '10', | |
prasadv
2014/10/21 23:44:47
I would prefer reducing repeat count if that gives
qyearsley
2014/10/23 02:51:01
Right -- the less time the better. Although, it'd
| |
11 'max_time_minutes': '10', | |
12 'truncate_percent': '25', | |
13 'bug_id': '423495', | |
14 'gs_bucket': 'chrome-perf', | |
15 'builder_host': 'master4.golo.chromium.org', | |
prasadv
2014/10/21 23:44:47
Not related to this CL, but I think we should get
qyearsley
2014/10/23 02:51:01
Agreed. The CL that does that should also update t
| |
16 'builder_port': '8341', | |
17 } | |
18 | |
19 # Workaround git try issue, see crbug.com/257689 | |
OLD | NEW |