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

Unified Diff: tools/telemetry/telemetry/test_runner.py

Issue 595793005: [Telemetry] Update arguments printed by ./run_benchmark --list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/test_runner.py
diff --git a/tools/telemetry/telemetry/test_runner.py b/tools/telemetry/telemetry/test_runner.py
index 7fbbd8f90c1ac0bb4651e495228cb1bb10d7adfd..0b17d85f3d4d2e488d1b8342d327a94e010a3751 100644
--- a/tools/telemetry/telemetry/test_runner.py
+++ b/tools/telemetry/telemetry/test_runner.py
@@ -283,7 +283,8 @@ def _GetJsonTestList(possible_browser, test_classes, num_shards):
output['steps'][name] = {
'cmd': ' '.join([sys.executable, os.path.realpath(sys.argv[0]),
'--browser=%s' % possible_browser.browser_type,
- '-v', '--output-format=buildbot', name]),
+ '-v', '--output-format=chartjson', '--upload-results',
+ name]),
# TODO(tonyg): Currently we set the device affinity to a stable hash of
# the test name. This somewhat evenly distributes benchmarks among the
# requested number of shards. However, it is far from optimal in terms of
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698