Package io.quarkus.commons.benchmarks
Class BenchmarkClassnameToResourceName
java.lang.Object
io.quarkus.commons.benchmarks.BenchmarkClassnameToResourceName
- Direct Known Subclasses:
BenchmarkClassnameToResourceName_jmhType_B1
We benchmark this strategy with CompilerControl.Mode.EXCLUDE as this code
is primarily useful during bootstrap. We already know JIT will do a fantastic
job when compiling it even if it's written in less efficient ways, so there's
no much point in optimising such for compiled code: let's choose a strategy
that doesn't cost excessively even before JIT kicks in.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
-
Field Details
-
arg
-
-
Constructor Details
-
BenchmarkClassnameToResourceName
public BenchmarkClassnameToResourceName()
-
-
Method Details
-
checkNewMethod
-
oldMethod
-
oldAltMethod
-
main
- Throws:
IOException
-