Class FastThreadLocalFastPathBenchmark


  • public class FastThreadLocalFastPathBenchmark
    extends AbstractMicrobenchmark
    This class benchmarks the fast path of FastThreadLocal and the JDK ThreadLocal.
    • Constructor Detail

      • FastThreadLocalFastPathBenchmark

        public FastThreadLocalFastPathBenchmark()
    • Method Detail

      • jdkThreadLocalGet

        public void jdkThreadLocalGet​(org.openjdk.jmh.infra.Blackhole bh)
      • fastThreadLocal

        public void fastThreadLocal​(org.openjdk.jmh.infra.Blackhole bh)