Class LockPerformanceTest


  • @PerformanceTest
    public class LockPerformanceTest
    extends java.lang.Object
    Test that measures locking performance of traditional synchronized() locks and ReentrantLock based ones.
    • Constructor Detail

      • LockPerformanceTest

        public LockPerformanceTest()
    • Method Detail

      • testSynchronizedVsReentrantLock

        public void testSynchronizedVsReentrantLock()