Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1838)

Unified Diff: tools/run-perf-test.cfg

Issue 655563007: telemetry: remove run_measurment script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all references to run_measurement Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/run_multipage_benchmarks ('k') | tools/telemetry/build/generate_telemetry_harness.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « tools/perf/run_multipage_benchmarks ('k') | tools/telemetry/build/generate_telemetry_harness.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698