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

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

Issue 382433002: [telemetry] OutputFormatter for unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move RestoreLoggingLevel to the right place.s Created 6 years, 5 months 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 | « content/test/gpu/run_unittests ('k') | tools/perf/run_tests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/benchmark_unittest.py
diff --git a/tools/perf/benchmarks/benchmark_unittest.py b/tools/perf/benchmarks/benchmark_unittest.py
index 196c15b6ec1a1c8b9f683d34f7c6198b9bdd42e6..5c8707e3f373439bc02c620fb42aaad4278a3285 100644
--- a/tools/perf/benchmarks/benchmark_unittest.py
+++ b/tools/perf/benchmarks/benchmark_unittest.py
@@ -14,8 +14,8 @@ import unittest
from telemetry import benchmark as benchmark_module
from telemetry.core import discover
from telemetry.page import page_measurement
-from telemetry.unittest import gtest_unittest_results
from telemetry.unittest import options_for_unittests
+from telemetry.unittest import output_formatter
def SmokeTestGenerator(benchmark):
@@ -55,7 +55,7 @@ def SmokeTestGenerator(benchmark):
def load_tests(_, _2, _3):
- suite = gtest_unittest_results.GTestTestSuite()
+ suite = output_formatter.TestSuite()
benchmarks_dir = os.path.dirname(__file__)
top_level_dir = os.path.dirname(benchmarks_dir)
« no previous file with comments | « content/test/gpu/run_unittests ('k') | tools/perf/run_tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698