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

Unified Diff: tools/perf/benchmarks/benchmark_smoke_unittest.py

Issue 731233003: Format profiler/trace files cloud url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add various unittests Created 6 years, 1 month 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
Index: tools/perf/benchmarks/benchmark_smoke_unittest.py
diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
index bed257ebb9736c0a777a899a4fc23aed7018d43f..50081bce3ce1258937e1a8dbf6b67210651ca402 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -46,6 +46,8 @@ def SmokeTestGenerator(benchmark):
options = options_for_unittests.GetCopy()
options.output_format = 'none'
options.suppress_gtest_report = True
+ options.profiler = 'trace'
+ options.upload_results = True
nednguyen 2014/11/20 02:04:11 We will revert these changes upon submission, I as
Yufeng Shen (Slow to review) 2014/11/20 17:56:15 yes.
parser = options.CreateParser()
benchmark.AddCommandLineArgs(parser)

Powered by Google App Engine
This is Rietveld 408576698