Class LockPerformanceTest

java.lang.Object
de.hybris.platform.test.LockPerformanceTest

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

    • LockPerformanceTest

      public LockPerformanceTest()
  • Method Details

    • testSynchronizedVsReentrantLock

      public void testSynchronizedVsReentrantLock()