Package io.netty.handler.codec.http
Class WriteBytesVsShortOrMediumBenchmark
- java.lang.Object
-
- io.netty.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty.microbench.util.AbstractMicrobenchmark
-
- io.netty.handler.codec.http.WriteBytesVsShortOrMediumBenchmark
-
public class WriteBytesVsShortOrMediumBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description WriteBytesVsShortOrMediumBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.buffer.ByteBufbyteArray2()io.netty.buffer.ByteBufbyteArray3()io.netty.buffer.ByteBufchainedBytes2()io.netty.buffer.ByteBufchainedBytes3()io.netty.buffer.ByteBufmediumInt()io.netty.buffer.ByteBufshortInt()-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, run
-
-
-
-
Method Detail
-
shortInt
public io.netty.buffer.ByteBuf shortInt()
-
mediumInt
public io.netty.buffer.ByteBuf mediumInt()
-
byteArray2
public io.netty.buffer.ByteBuf byteArray2()
-
byteArray3
public io.netty.buffer.ByteBuf byteArray3()
-
chainedBytes2
public io.netty.buffer.ByteBuf chainedBytes2()
-
chainedBytes3
public io.netty.buffer.ByteBuf chainedBytes3()
-
-