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

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

Issue 2472123002: [tools/perf] Disable output format on benchmark_smoke_unittest & system_health_smoke_test (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | tools/perf/benchmarks/system_health_smoke_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7d17e750fc4b178d118db429dc5d7843551fa051..e0a5767827603392be32545c62a54b0417a4442c 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -60,7 +60,7 @@ def SmokeTestGenerator(benchmark):
# Set the benchmark's default arguments.
options = options_for_unittests.GetCopy()
- options.output_format = 'none'
+ options.output_formats = ['none']
parser = options.CreateParser()
benchmark.AddCommandLineArgs(parser)
« no previous file with comments | « no previous file | tools/perf/benchmarks/system_health_smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698