aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Lin <lbill@google.com>2018-05-23 18:58:52 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-23 18:58:52 -0700
commit21de090612fb8f42f52c524f5da1ae770983cf5f (patch)
tree2751ccba1a25a91386c9d90439d1be2f28a51c80
parente7f0892fe61831484290cd92f172fd65c020f9f2 (diff)
parentcfcdf332ca22f71c9e68331b2777ad58a8bb5b5f (diff)
downloadlisa-21de090612fb8f42f52c524f5da1ae770983cf5f.tar.gz
Improve SystemUIJankTest for Notification scrolling performance
am: cfcdf332ca Change-Id: I84c2f7fc11cc2ca507d10cbe9ca786f9c9386106
-rw-r--r--libs/utils/android/workloads/systemui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/utils/android/workloads/systemui.py b/libs/utils/android/workloads/systemui.py
index 6aea799..60c65e3 100644
--- a/libs/utils/android/workloads/systemui.py
+++ b/libs/utils/android/workloads/systemui.py
@@ -51,6 +51,7 @@ class SystemUi(Workload):
"SystemUiJankTests#testRecentAppsDismiss",
"SystemUiJankTests#testNotificationListPull",
"SystemUiJankTests#testNotificationListPull_manyNotifications",
+ "SystemUiJankTests#testNotificationListScroll",
"SystemUiJankTests#testQuickSettingsPull",
"SystemUiJankTests#testUnlock",
"SystemUiJankTests#testExpandGroup",