| Index: tools/perf/benchmarks/benchmark_unittest.py
|
| diff --git a/tools/perf/benchmarks/benchmark_unittest.py b/tools/perf/benchmarks/benchmark_unittest.py
|
| index dc6697fa1c700682f1ae3acb0a5d0dba4e3a87cb..61aebdce18d93aad3b34ef2f7bcfa8a8cabf1cbc 100644
|
| --- a/tools/perf/benchmarks/benchmark_unittest.py
|
| +++ b/tools/perf/benchmarks/benchmark_unittest.py
|
| @@ -40,6 +40,7 @@ def SmokeTestGenerator(benchmark):
|
| # Set the benchmark's default arguments.
|
| options = options_for_unittests.GetCopy()
|
| options.output_format = 'none'
|
| + options.suppress_gtest_report = True
|
| parser = options.CreateParser()
|
|
|
| benchmark.AddCommandLineArgs(parser)
|
|
|