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