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

Commit 1dfcfa3f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "benchmarks: add add_systemui_field_with_tests" into main

parents 20f853cb a64ce31d
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):