Package | Description |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.microbench.buffer |
Benchmarks for
io.netty.buffer . |
io.netty.microbench.concurrent |
Benchmarks for
io.netty.util.concurrent . |
io.netty.microbench.headers |
Benchmarks for HTTP and HTTP/2 Headers.
|
io.netty.microbench.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.microbench.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
io.netty.microbench.http2.internal.hpack |
Benchmarks for
io.netty.handler.codec.http2.hpack . |
io.netty.microbench.internal |
Benchmarks for
io.netty.util.internal . |
io.netty.microbenchmark.common |
Benchmarks for
io.netty.util . |
Modifier and Type | Class and Description |
---|---|
class |
CodecOutputListBenchmark |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufAllocatorBenchmark
This class benchmarks different allocators with different allocation sizes.
|
class |
ByteBufUtilBenchmark |
class |
SwappedByteBufBenchmark |
Modifier and Type | Class and Description |
---|---|
class |
FastThreadLocalFastPathBenchmark
This class benchmarks the fast path of FastThreadLocal and the JDK ThreadLocal.
|
class |
FastThreadLocalSlowPathBenchmark
This class benchmarks the slow path of FastThreadLocal and the JDK ThreadLocal.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadersBenchmark |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestDecoderBenchmark
This benchmark is based on HttpRequestDecoderTest class.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2PriorityTreeBenchmark
This benchmark is designed to exercise re-prioritization events and measure the ops/sec.
|
class |
NoPriorityByteDistributionBenchmark
Benchmark to compare stream byte distribution algorithms when priorities are identical for
all streams.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoderBenchmark |
class |
EncoderBenchmark |
class |
HpackUtilBenchmark |
Modifier and Type | Class and Description |
---|---|
class |
PlatformDependentBenchmark |
class |
RecyclableArrayListBenchmark
This class benchmarks different allocators with different allocation sizes.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendableCharSequenceBenchmark |
class |
AsciiStringBenchmark |
class |
IntObjectHashMapBenchmark |
class |
MathOperationsBenchmark |
class |
NetUtilBenchmark |
Copyright © 2008–2016 The Netty Project. All rights reserved.