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

Unified Diff: dashboard/dashboard/static/group_report_test.html

Issue 1377113003: Show ref series on group_report charts if available. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 3 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/static/group_report.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/static/group_report_test.html
diff --git a/dashboard/dashboard/static/group_report_test.html b/dashboard/dashboard/static/group_report_test.html
index 25d956014b0195da3e0888e70119298401fb3a03..3d8809b633163185920b4b4efa7486314ae14c74 100644
--- a/dashboard/dashboard/static/group_report_test.html
+++ b/dashboard/dashboard/static/group_report_test.html
@@ -74,7 +74,7 @@ tr.b.unittest.testSuite(function() {
assert.equal(
result[0],
'ChromiumPerf/chromium-rel-mac/page_cycler.morejs/idle_wakeups_gpu');
- assert.deepEqual(result[1], ['idle_wakeups_gpu']);
+ assert.deepEqual(result[1], ['idle_wakeups_gpu', 'ref']);
}, testOptions);
test('getTestPathAndSelectedSeries for alert on leaf series', function() {
@@ -89,7 +89,7 @@ tr.b.unittest.testSuite(function() {
assert.equal(
result[0],
'ChromiumPerf/chromium-rel-mac/page_cycler.morejs/cold_times');
- assert.deepEqual(result[1], ['page_load_time']);
+ assert.deepEqual(result[1], ['page_load_time', 'page_load_time_ref']);
}, testOptions);
});
« no previous file with comments | « dashboard/dashboard/static/group_report.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698