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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2295803002: Fixing syntax for --upload-results flag (Closed)
Patch Set: Created 4 years, 4 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 | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index decd4cc2c9f5710f0f31274a4a9bc597dcebf6ec..c189b4aabafd3bf8ce0e0dacfcce2f97fd9d7ea2 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -290,7 +290,7 @@ def generate_telemetry_test(tester_config, benchmark_name, browser):
test_args = [
benchmark_name,
'-v',
- '--upload_results',
+ '--upload-results',
'--output-format=chartjson',
'--browser=%s' % browser
]
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698