Class PerformanceWorkbench

java.lang.Object
org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
org.odpi.openmetadata.conformance.workbenches.performance.PerformanceWorkbench
All Implemented Interfaces:
Runnable

public class PerformanceWorkbench extends OpenMetadataConformanceWorkbench
PerformanceWorkbench provides the thread that drives the performance workbench from the Open Metadata Conformance Suite. The properties used to initialise the workbench are passed on the constructor. The run() method contains the workbench logic. It executes until the tests are complete, or it is signaled to shutdown.
  • Constructor Details

    • PerformanceWorkbench

      public PerformanceWorkbench(PerformanceWorkPad workPad)
      Constructor receives the work pad with the configuration that provides the location to record the results.
      Parameters:
      workPad - performance workbench's work pad
  • Method Details

    • run

      public void run()
      This is the method that provides the behaviour of the thread.