Interface PerfTestStepBehavior

    • Method Detail

      • execute

        void execute​(PerfTestRunContext context)
        Execute the step logic. Implementations must be stateless and pass all data from one step to the other using the PerfTestRunContext
        Parameters:
        context - the current run