netty5/transport-native-io_uring/src/test/java/io/netty/channel/uring
Norman Maurer 522c0bb706 benchmark
2020-09-30 10:24:27 +02:00
..
example benchmark 2020-09-30 10:24:27 +02:00
IOUringCompositeBufferGatheringWriteTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringDatagramConnectNotExistsTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringDatagramMulticastIPv6Test.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringDatagramMulticastTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringDatagramUnicastIPv6MappedTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringDatagramUnicastIPv6Test.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringDatagramUnicastTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringDetectPeerCloseWithReadTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringEventLoopTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketAutoReadTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketChannelNotYetConnectedTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketCloseForciblyTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketConditionalWritabilityTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketConnectionAttemptTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketConnectTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketDataReadInitialStateTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketEchoTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketExceptionHandlingTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketFixedLengthEchoTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketGatheringWriteTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketHalfClosedTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketMultipleConnectTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketObjectEchoTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketReadPendingTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketRstTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketShutdownOutputByPeerTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketShutdownOutputBySelfTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketSslClientRenegotiateTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketSslEchoTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketSslGreetingTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketSslSessionReuseTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketStartTlsTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketStringEchoTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IOUringSocketTest.java io_uring availability check 2020-08-20 12:27:10 +02:00
IOUringSocketTestPermutation.java Add IOUringDatagramChannel and so also support UDP (#10588) 2020-09-23 11:21:06 +02:00
IOUringSubmissionQueueTest.java Fix bitmasking / bitshifting code to encode / decode user data (#10617) 2020-09-29 13:09:33 +02:00
IOUringWriteBeforeRegisteredTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
IovArraysTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
NativeTest.java Fix bitmasking / bitshifting code to encode / decode user data (#10617) 2020-09-29 13:09:33 +02:00
PollRemoveTest.java Only execute the close once the already added write operations completes (#10538) 2020-09-09 11:42:37 +02:00
SockaddrInTest.java Add support for probing and so be able to detect if we can support (#10618) 2020-09-28 17:42:15 +02:00
UserDataTest.java Fix bitmasking / bitshifting code to encode / decode user data (#10617) 2020-09-29 13:09:33 +02:00