Package org.drasyl.util.logging
Class LoggerBenchmark
java.lang.Object
org.drasyl.AbstractBenchmark
org.drasyl.util.logging.LoggerBenchmark
- Direct Known Subclasses:
LoggerBenchmark_jmhType_B1
-
Field Summary
Fields inherited from class org.drasyl.AbstractBenchmark
BASE_JVM_ARGS, DEFAULT_FORKS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetup(org.openjdk.jmh.infra.Blackhole blackhole) Methods inherited from class org.drasyl.AbstractBenchmark
getForks, getMeasureIterations, getReportDir, getTimeout, getWarmupIterations, handleUnexpectedException, jvmArgs, newOptionsBuilder
-
Constructor Details
-
LoggerBenchmark
public LoggerBenchmark()
-
-
Method Details
-
setup
public void setup(org.openjdk.jmh.infra.Blackhole blackhole) -
logDisabledMsgOnly
public void logDisabledMsgOnly() -
logDisabledWith1Arg
public void logDisabledWith1Arg() -
logDisabledWith10Args
public void logDisabledWith10Args() -
logDisabledWith100Args
public void logDisabledWith100Args() -
logDisabledWith1Supplier
public void logDisabledWith1Supplier() -
logDisabledWith10Suppliers
public void logDisabledWith10Suppliers() -
logDisabledWith100Suppliers
public void logDisabledWith100Suppliers() -
logEnabledMsgOnly
public void logEnabledMsgOnly() -
logEnabledWith1Arg
public void logEnabledWith1Arg() -
logEnabledWith10Args
public void logEnabledWith10Args() -
logEnabledWith100Args
public void logEnabledWith100Args() -
logEnabledWith1Supplier
public void logEnabledWith1Supplier() -
logEnabledWith10Suppliers
public void logEnabledWith10Suppliers() -
logEnabledWith100Suppliers
public void logEnabledWith100Suppliers()
-