Search in sources :

Example 1 with PerfTestRun

use of org.camunda.bpm.qa.performance.engine.framework.PerfTestRun in project camunda-bpm-platform by camunda.

the class ActivityPerfTestWatcher method afterPass.

public void afterPass(PerfTestPass pass) {
    ProcessEngine processEngine = PerfTestProcessEngine.getInstance();
    HistoryService historyService = processEngine.getHistoryService();
    for (PerfTestRun run : pass.getRuns().values()) {
        logActivityResults(pass, run, historyService);
    }
}
Also used : PerfTestRun(org.camunda.bpm.qa.performance.engine.framework.PerfTestRun) HistoryService(org.camunda.bpm.engine.HistoryService) ProcessEngine(org.camunda.bpm.engine.ProcessEngine) PerfTestProcessEngine(org.camunda.bpm.qa.performance.engine.junit.PerfTestProcessEngine)

Aggregations

HistoryService (org.camunda.bpm.engine.HistoryService)1 ProcessEngine (org.camunda.bpm.engine.ProcessEngine)1 PerfTestRun (org.camunda.bpm.qa.performance.engine.framework.PerfTestRun)1 PerfTestProcessEngine (org.camunda.bpm.qa.performance.engine.junit.PerfTestProcessEngine)1