summaryrefslogtreecommitdiffstats
path: root/tools/run-perf-test.cfg
diff options
context:
space:
mode:
authorernstm <ernstm@chromium.org>2014-10-16 13:28:08 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-16 20:28:31 +0000
commit82aec9c0dc818229baffb65eca30465894b34312 (patch)
tree3e2f8e256c846b979111611c8f4ef78d030dae03 /tools/run-perf-test.cfg
parent477dffeb740273afcd76fce3e6d8b9c021863785 (diff)
downloadchromium_src-82aec9c0dc818229baffb65eca30465894b34312.zip
chromium_src-82aec9c0dc818229baffb65eca30465894b34312.tar.gz
chromium_src-82aec9c0dc818229baffb65eca30465894b34312.tar.bz2
telemetry: remove run_measurment script.
R=dtu@chromium.org,nednguyen@chromium.org,tonyg@chromium.org BUG=423563 Review URL: https://codereview.chromium.org/655563007 Cr-Commit-Position: refs/heads/master@{#299968}
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',