Package io.netty5.microbench.concurrent
Class RunnableScheduledFutureAdapterBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.microbench.concurrent.RunnableScheduledFutureAdapterBenchmark
-
public class RunnableScheduledFutureAdapterBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRunnableScheduledFutureAdapterBenchmark.FuturesHolder-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description RunnableScheduledFutureAdapterBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty5.util.concurrent.Future<?>cancelInOrder(RunnableScheduledFutureAdapterBenchmark.FuturesHolder futuresHolder)io.netty5.util.concurrent.Future<?>cancelInReverseOrder(RunnableScheduledFutureAdapterBenchmark.FuturesHolder futuresHolder)voidstop()-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
-
-
-
-
Method Detail
-
cancelInOrder
public io.netty5.util.concurrent.Future<?> cancelInOrder(RunnableScheduledFutureAdapterBenchmark.FuturesHolder futuresHolder) throws Exception
- Throws:
Exception
-
cancelInReverseOrder
public io.netty5.util.concurrent.Future<?> cancelInReverseOrder(RunnableScheduledFutureAdapterBenchmark.FuturesHolder futuresHolder) throws Exception
- Throws:
Exception
-
-