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

Unified Diff: tools/telemetry/telemetry/results/buildbot_output_formatter.py

Issue 465063002: [Telemetry] Move failure reasoning into summary.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Chris's comment Created 6 years, 4 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 | « no previous file | tools/telemetry/telemetry/value/summary.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/results/buildbot_output_formatter.py
diff --git a/tools/telemetry/telemetry/results/buildbot_output_formatter.py b/tools/telemetry/telemetry/results/buildbot_output_formatter.py
index cdb33fc2649711adeb9789740ff6cc5a7b3670ab..cbe15b0e8afd0dbc86f85949d1d0c603bd9076e6 100644
--- a/tools/telemetry/telemetry/results/buildbot_output_formatter.py
+++ b/tools/telemetry/telemetry/results/buildbot_output_formatter.py
@@ -31,8 +31,7 @@ class BuildbotOutputFormatter(output_formatter.OutputFormatter):
# Print out the list of unique pages.
perf_tests_helper.PrintPages(
[page.display_name for page in page_test_results.pages_that_succeeded])
- summary = summary_module.Summary(page_test_results.all_page_specific_values,
- had_failures)
+ summary = summary_module.Summary(page_test_results.all_page_specific_values)
for value in summary.interleaved_computed_per_page_values_and_summaries:
if value.page:
self._PrintComputedPerPageValue(value)
« no previous file with comments | « no previous file | tools/telemetry/telemetry/value/summary.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698