Class BenchmarkClassnameToResourceName

java.lang.Object
io.quarkus.commons.benchmarks.BenchmarkClassnameToResourceName
Direct Known Subclasses:
BenchmarkClassnameToResourceName_jmhType_B1

public class BenchmarkClassnameToResourceName extends Object
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 Details

  • Constructor Details

    • BenchmarkClassnameToResourceName

      public BenchmarkClassnameToResourceName()
  • Method Details