public class WriteBytesVsShortOrMediumBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
WriteBytesVsShortOrMediumBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
byteArray2() |
io.netty.buffer.ByteBuf |
byteArray3() |
io.netty.buffer.ByteBuf |
chainedBytes2() |
io.netty.buffer.ByteBuf |
chainedBytes3() |
io.netty.buffer.ByteBuf |
mediumInt() |
io.netty.buffer.ByteBuf |
shortInt() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic io.netty.buffer.ByteBuf shortInt()
public io.netty.buffer.ByteBuf mediumInt()
public io.netty.buffer.ByteBuf byteArray2()
public io.netty.buffer.ByteBuf byteArray3()
public io.netty.buffer.ByteBuf chainedBytes2()
public io.netty.buffer.ByteBuf chainedBytes3()
Copyright © 2008–2026 The Netty Project. All rights reserved.