Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a64ce31d authored by LaMont Jones's avatar LaMont Jones
Browse files

benchmarks: add add_systemui_field_with_tests

Bug: b/372507810
Test: manual
Change-Id: I1a8f83b225f9b57cd8e14736b61a88d9e5093210
parent 2724c480
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -786,6 +786,14 @@ benchmarks:
                      preroll=1,
                      postroll=2,
                      ),
            Benchmark(id="add_systemui_field_with_tests",
                      title="Add SystemUI field with tests",
                      change=AddJavaField("frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/WMShell.java",
                                    "public"),
                      modules=["SystemUiRavenTests"],
                      preroll=1,
                      postroll=2,
                      ),
        ]

    def _error(self, message):