summaryrefslogtreecommitdiffstats
path: root/tools/run-perf-test.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run-perf-test.cfg')
-rw-r--r--tools/run-perf-test.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
index 02c8d8c..2529fca 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',