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) |