Home
last modified time | relevance | path

Searched defs:runStressTest (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DInvokeOnCloseStressTest.kt38 private suspend fun runStressTest(kind: TestChannelKind) { in runStressTest() method in kotlinx.coroutines.channels.InvokeOnCloseStressTest
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java219 void runStressTest() throws Exception { in runStressTest() method in StressTestClient