| 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
|
| parser = options.CreateParser()
|
|
|
| benchmark.AddCommandLineArgs(parser)
|
|
|