netty5/microbench/src/main/java/io/netty
Scott Mitchell 743d2d374c SslHandler benchmark and SslEngine multiple packets benchmark
Motivation:
We currently don't have a benchmark which includes SslHandler. The SslEngine benchmarks also always include a single TLS packet when encoding/decoding. In practice when reading data from the network there may be multiple TLS packets present and we should expand the benchmarks to understand this use case.

Modifications:
- SslEngine benchmarks should include wrapping/unwrapping of multiple TLS packets
- Introduce SslHandler benchmarks which can also account for wrapping/unwrapping of multiple TLS packets

Result:
SslHandler and SslEngine benchmarks are more comprehensive.
2017-03-06 08:42:39 -08:00
..
buffer Add benchmarks for UnpooledUnsafeNoCleanerDirectByteBuf vs UnpooledUnsafeDirectByteBuf 2017-02-27 20:04:09 +01:00
handler/codec HTTP/2 move internal HPACK classes to the http2 package 2017-03-02 07:42:41 -08:00
microbench SslHandler benchmark and SslEngine multiple packets benchmark 2017-03-06 08:42:39 -08:00
microbenchmark/common Remove unsafe char[] access in PlatformDependent 2016-06-30 08:58:28 -07:00