Class LimitStatementPerformanceTest

All Implemented Interfaces:
JaloSessionHolder

@PerformanceTest public class LimitStatementPerformanceTest extends ServicelayerTransactionalTest
Intention of this test is to run queries (with disabled cache) with LIMIT against 100, 1000 and 10000 items through default LIMIT implementation and through DB specific LIMIT implementation and compare them. Test will run on current DB. All results are printed to the console.
  • Constructor Details

    • LimitStatementPerformanceTest

      public LimitStatementPerformanceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • comparisionTestFor10000Items

      public void comparisionTestFor10000Items()
    • comparisionTestFor1000Items

      public void comparisionTestFor1000Items()
    • comparisionTestFor100Items

      public void comparisionTestFor100Items()