public class UnsafeByteBufBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
UnsafeByteBufBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
long |
setGetLongByteBuffer() |
long |
setGetLongUnsafeByteBuf() |
ByteBuffer |
setLongByteBuffer() |
io.netty.buffer.ByteBuf |
setLongUnsafeByteBuf() |
void |
setup() |
void |
tearDown() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic void setup()
public void tearDown()
public long setGetLongUnsafeByteBuf()
public long setGetLongByteBuffer()
public io.netty.buffer.ByteBuf setLongUnsafeByteBuf()
public ByteBuffer setLongByteBuffer()
Copyright © 2008–2026 The Netty Project. All rights reserved.