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

Commit f88681be authored by Almaz Mingaleev's avatar Almaz Mingaleev Committed by Automerger Merge Worker
Browse files

Merge "Remove @Parameters for tests that don't use them." into main am: 2e70f726

parents b69a4ed2 2e70f726
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -565,7 +565,6 @@ public class ByteBufferPerfTest {
    }

    @Test
    @Parameters(method = "getData")
    public void time_new_byteArray() throws Exception {
        final BenchmarkState state = mBenchmarkRule.getState();
        while (state.keepRunning()) {
@@ -574,7 +573,6 @@ public class ByteBufferPerfTest {
    }

    @Test
    @Parameters(method = "getData")
    public void time_ByteBuffer_allocate() throws Exception {
        final BenchmarkState state = mBenchmarkRule.getState();
        while (state.keepRunning()) {