Loading apct-tests/perftests/core/src/android/conscrypt/conscrypt/ClientSocketPerfTest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,7 @@ import java.util.concurrent.atomic.AtomicLong; import javax.crypto.Cipher; import javax.crypto.Cipher; import javax.crypto.NoSuchPaddingException; import javax.crypto.NoSuchPaddingException; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runner.RunWith; Loading Loading @@ -196,6 +197,7 @@ public final class ClientSocketPerfTest { */ */ @Test @Test @Parameters(method = "getParams") @Parameters(method = "getParams") @Ignore("b/351034205") public void time(Config config) throws Exception { public void time(Config config) throws Exception { reset(); reset(); setup(config); setup(config); Loading apct-tests/perftests/core/src/android/conscrypt/conscrypt/ServerSocketPerfTest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,7 @@ import androidx.test.filters.LargeTest; import junitparams.JUnitParamsRunner; import junitparams.JUnitParamsRunner; import junitparams.Parameters; import junitparams.Parameters; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runner.RunWith; Loading Loading @@ -201,6 +202,7 @@ public final class ServerSocketPerfTest { @Test @Test @Parameters(method = "getParams") @Parameters(method = "getParams") @Ignore("b/351034205") public void throughput(Config config) throws Exception { public void throughput(Config config) throws Exception { setup(config); setup(config); BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); Loading Loading
apct-tests/perftests/core/src/android/conscrypt/conscrypt/ClientSocketPerfTest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,7 @@ import java.util.concurrent.atomic.AtomicLong; import javax.crypto.Cipher; import javax.crypto.Cipher; import javax.crypto.NoSuchPaddingException; import javax.crypto.NoSuchPaddingException; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runner.RunWith; Loading Loading @@ -196,6 +197,7 @@ public final class ClientSocketPerfTest { */ */ @Test @Test @Parameters(method = "getParams") @Parameters(method = "getParams") @Ignore("b/351034205") public void time(Config config) throws Exception { public void time(Config config) throws Exception { reset(); reset(); setup(config); setup(config); Loading
apct-tests/perftests/core/src/android/conscrypt/conscrypt/ServerSocketPerfTest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,7 @@ import androidx.test.filters.LargeTest; import junitparams.JUnitParamsRunner; import junitparams.JUnitParamsRunner; import junitparams.Parameters; import junitparams.Parameters; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runner.RunWith; Loading Loading @@ -201,6 +202,7 @@ public final class ServerSocketPerfTest { @Test @Test @Parameters(method = "getParams") @Parameters(method = "getParams") @Ignore("b/351034205") public void throughput(Config config) throws Exception { public void throughput(Config config) throws Exception { setup(config); setup(config); BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); Loading