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

Unified Diff: perf_insights/perf_insights_build/pi_report_to_html_unittest.py

Issue 1772833002: Remove SystemHealthMetric (fka RAILScore) (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: fix pi test Created 4 years, 9 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 | « perf_insights/perf_insights/ui/reports/weather_report_test.html ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf_insights/perf_insights_build/pi_report_to_html_unittest.py
diff --git a/perf_insights/perf_insights_build/pi_report_to_html_unittest.py b/perf_insights/perf_insights_build/pi_report_to_html_unittest.py
index 139020f821e84f0cd2cd6390286c2fc271cd6d6f..a848b1a51cf886392747ecf72a0493f3bb47ed8d 100644
--- a/perf_insights/perf_insights_build/pi_report_to_html_unittest.py
+++ b/perf_insights/perf_insights_build/pi_report_to_html_unittest.py
@@ -36,7 +36,7 @@ class PiReportToHTMLTests(unittest.TestCase):
res = pi_report_to_html.PiReportToHTML(
tmpfile, corpus_driver,
project.GetAbsPathFromHRef(
- '/perf_insights/ui/reports/weather_report.html'),
+ '/perf_insights/ui/reports/startup_report.html'),
corpus_query.CorpusQuery.FromString('MAX_TRACE_HANDLES=2'),
quiet=True)
self.assertEquals(res, 0)
« no previous file with comments | « perf_insights/perf_insights/ui/reports/weather_report_test.html ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698