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

Unified Diff: dashboard/dashboard/dispatcher.py

Issue 2704663003: First version of benchmark health report. (Closed)
Patch Set: Fix typo in test Created 3 years, 10 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
Index: dashboard/dashboard/dispatcher.py
diff --git a/dashboard/dashboard/dispatcher.py b/dashboard/dashboard/dispatcher.py
index 7e09a6127fe4c326062a4cc2446b9e178f1a8fe9..379c78c67c8a0fb5a00999e353204d2a15674a7b 100644
--- a/dashboard/dashboard/dispatcher.py
+++ b/dashboard/dashboard/dispatcher.py
@@ -13,6 +13,7 @@ from dashboard import associate_alerts
from dashboard import auto_bisect
from dashboard import auto_triage
from dashboard import bad_bisect
+from dashboard import benchmark_health_report
from dashboard import bisect_stats
from dashboard import bisect_fyi
from dashboard import buildbucket_job_status
@@ -66,6 +67,8 @@ _URL_MAPPING = [
('/auto_bisect', auto_bisect.AutoBisectHandler),
('/auto_triage', auto_triage.AutoTriageHandler),
('/bad_bisect', bad_bisect.BadBisectHandler),
+ ('/benchmark_health_report',
+ benchmark_health_report.BenchmarkHealthReportHandler),
('/bisect_fyi', bisect_fyi.BisectFYIHandler),
('/bisect_stats', bisect_stats.BisectStatsHandler),
(r'/buildbucket_job_status/(\d+)',
« no previous file with comments | « dashboard/dashboard/benchmark_health_report_test.py ('k') | dashboard/dashboard/elements/benchmark-health-report-details.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698