| Index: tools/run-perf-test.cfg
|
| diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
|
| index 02c8d8cea834c1bec21b0e194572add85e63acfd..2529fca92f3657cbd6adf52146995b8144c34d0b 100644
|
| --- a/tools/run-perf-test.cfg
|
| +++ b/tools/run-perf-test.cfg
|
| @@ -29,8 +29,8 @@ Args:
|
| Sample config:
|
|
|
| config = {
|
| - 'command': './tools/perf/run_measurement --browser=release blink_perf third_party/WebKit/PerformanceTests/Layout/floats_50_100.html',
|
| - 'metric': 'floats_50_100/floats_50_100',
|
| + 'command': './tools/perf/run_benchmark --browser=release smoothness.key_mobile_sites',
|
| + 'metric': 'mean_frame_time/mean_frame_time',
|
| 'repeat_count': '20',
|
| 'max_time_minutes': '20',
|
| 'truncate_percent': '25',
|
| @@ -41,8 +41,8 @@ On Windows:
|
| the command:
|
|
|
| config = {
|
| - 'command': 'python tools/perf/run_measurement -v --browser=release kraken',
|
| - 'metric': 'Total/Total',
|
| + 'command': 'python tools/perf/run_benchmark -v --browser=release smoothness.key_mobile_sites',
|
| + 'metric': 'mean_frame_time/mean_frame_time',
|
| 'repeat_count': '20',
|
| 'max_time_minutes': '20',
|
| 'truncate_percent': '25',
|
| @@ -55,10 +55,10 @@ On ChromeOS:
|
| the command using the bot's BISECT_CROS_IP and BISECT_CROS_BOARD values.
|
|
|
| config = {
|
| - 'command': './tools/perf/run_measurement -v '\
|
| + 'command': './tools/perf/run_benchmark -v '\
|
| '--browser=cros-chrome-guest '\
|
| - 'dromaeo tools/perf/page_sets/dromaeo/jslibstylejquery.json',
|
| - 'metric': 'jslib/jslib',
|
| + 'smoothness.key_mobile_sites',
|
| + 'metric': 'mean_frame_time/mean_frame_time',
|
| 'repeat_count': '20',
|
| 'max_time_minutes': '20',
|
| 'truncate_percent': '25',
|
|
|