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

Commit c6aad212 authored by Miguel Aranda's avatar Miguel Aranda Committed by Automerger Merge Worker
Browse files

Merge "Temporarily disable Conscrypt perf tests" into main am: af78422c

parents 7ebddb1c af78422c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public final class ClientSocketPerfTest {
    /**
     * Simple benchmark for the amount of time to send a given number of messages
     */
    @Test
    // @Test Temporarily disabled
    @Parameters(method = "getParams")
    public void time(Config config) throws Exception {
        reset();
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ public final class ServerSocketPerfTest {
        executor.awaitTermination(5, TimeUnit.SECONDS);
    }

    @Test
    // @Test Temporarily disabled
    @Parameters(method = "getParams")
    public void throughput(Config config) throws Exception {
        setup(config);