| Index: tools/auto_bisect/bisect.cfg
|
| diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
|
| index 782b4b1d6fbd30f9b23f92105f08428144768a19..7525bf80e8625992391cd7408c4cb78b65d62830 100644
|
| --- a/tools/auto_bisect/bisect.cfg
|
| +++ b/tools/auto_bisect/bisect.cfg
|
| @@ -50,11 +50,11 @@ For ChromeOS:
|
| - Example:
|
|
|
| config = {
|
| - 'command': ('./tools/perf/run_measurement -v --browser=cros-chrome-guest '
|
| - 'dromaeo.jslibstylejquery')
|
| + 'command': ('./tools/perf/run_benchmark -v --browser=cros-chrome-guest '
|
| + 'smoothness.key_mobile_sites')
|
| 'good_revision': '4086.0.0',
|
| 'bad_revision': '4087.0.0',
|
| - 'metric': 'jslib/jslib',
|
| + 'metric': 'mean_frame_time/mean_frame_time',
|
| }
|
| """
|
|
|
|
|