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', |
}) |