public class ScheduledFutureTaskBenchmark extends AbstractMicrobenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduledFutureTaskBenchmark.FuturesHolder |
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
ScheduledFutureTaskBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<?> |
cancelInOrder(ScheduledFutureTaskBenchmark.FuturesHolder futuresHolder) |
io.netty.util.concurrent.Future<?> |
cancelInReverseOrder(ScheduledFutureTaskBenchmark.FuturesHolder futuresHolder) |
void |
stop() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic io.netty.util.concurrent.Future<?> cancelInOrder(ScheduledFutureTaskBenchmark.FuturesHolder futuresHolder)
public io.netty.util.concurrent.Future<?> cancelInReverseOrder(ScheduledFutureTaskBenchmark.FuturesHolder futuresHolder)
Copyright © 2008–2026 The Netty Project. All rights reserved.