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

Commit a6f37923 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove noisy tests" into main

parents 1186f02f 3bfcdc9a
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -41,22 +41,6 @@ public class RenderNodePerfTest {
        }
    }

    @Test
    public void testCreateRenderNodeNoName() {
        final BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
        while (state.keepRunning()) {
            RenderNode.create(null, null);
        }
    }

    @Test
    public void testCreateRenderNode() {
        final BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
        while (state.keepRunning()) {
            RenderNode.create("LinearLayout", null);
        }
    }

    @Test
    public void testIsValid() {
        final BenchmarkState state = mPerfStatusReporter.getBenchmarkState();