public class MqttConnectReturnCodeBench extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
MqttConnectReturnCodeBench() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.codec.mqtt.MqttConnectReturnCode |
getViaArray() |
io.netty.handler.codec.mqtt.MqttConnectReturnCode |
getViaSwitch() |
void |
initDataSet() |
static io.netty.handler.codec.mqtt.MqttConnectReturnCode |
switchValueOf(byte b) |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic void initDataSet()
public io.netty.handler.codec.mqtt.MqttConnectReturnCode getViaArray()
public io.netty.handler.codec.mqtt.MqttConnectReturnCode getViaSwitch()
public static io.netty.handler.codec.mqtt.MqttConnectReturnCode switchValueOf(byte b)
Copyright © 2008–2026 The Netty Project. All rights reserved.