Class ImpExImportPerformanceTest

All Implemented Interfaces:
JaloSessionHolder

@PerformanceTest public class ImpExImportPerformanceTest extends AbstractImpExTest
Performs an import test which checks the performance of the import process compared to programmatically import.
  • Constructor Details

    • ImpExImportPerformanceTest

      public ImpExImportPerformanceTest()
  • Method Details

    • testPerf

      public void testPerf()
      Performance test which creates COUNT items programmatically, per import and per import.
    • createItemsJalo

      protected long createItemsJalo(int count, int offset)
      Creates unit items programmatically.
      Parameters:
      count - amount of items to create
      offset - number offset for naming the items
      Returns:
      creation time for all items
    • importItems

      protected long importItems(int count, int offset)
      Creates unit items using impex import.
      Parameters:
      count - amount of items to create
      offset - number offset for naming the items
      Returns:
      time for all items