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

Unified Diff: dashboard/dashboard/benchmark_health_report_test.py

Issue 2707263008: benchmark_health_report: Query anomalies by benchmark/master. (Closed)
Patch Set: fix 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
« no previous file with comments | « dashboard/dashboard/benchmark_health_report.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/benchmark_health_report_test.py
diff --git a/dashboard/dashboard/benchmark_health_report_test.py b/dashboard/dashboard/benchmark_health_report_test.py
index 589f34aa516ebdb3f9eba3c7a8c7b36c5cc3772d..bb4d55f4d36f08477c4cbc9d7fe2dd93d813a79d 100644
--- a/dashboard/dashboard/benchmark_health_report_test.py
+++ b/dashboard/dashboard/benchmark_health_report_test.py
@@ -126,7 +126,7 @@ class BenchmarkHealthReportTest(testing_common.TestCase):
self._AddTests()
response = self.testapp.post(
'/benchmark_health_report', {
- 'benchmark': 'page_cycler',
+ 'benchmark': 'speedometer',
sullivan 2017/02/23 03:32:25 The previous code was able to figure out that sinc
'num_days': '30',
'master': 'ChromiumPerf',
})
« no previous file with comments | « dashboard/dashboard/benchmark_health_report.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698