Uses of Class
org.camunda.bpm.qa.performance.engine.framework.PerfTestResults
-
-
Uses of PerfTestResults in org.camunda.bpm.qa.performance.engine.benchmark
Methods in org.camunda.bpm.qa.performance.engine.benchmark with parameters of type PerfTestResults Modifier and Type Method Description protected void
BenchmarkAggregator. processResults(PerfTestResults results, TabularResultSet tabularResultSet)
protected void
BenchmarkLongtermAggregator. processResults(PerfTestResults results, TabularResultSet tabularResultSet)
protected void
BenchmarkAggregator. processRow(java.util.List<java.lang.Object> row, PerfTestResult passResult, PerfTestResults results)
protected java.util.List<java.lang.Object>
BenchmarkLongtermAggregator. processRow(PerfTestResult passResult, PerfTestResults results)
-
Uses of PerfTestResults in org.camunda.bpm.qa.performance.engine.framework
Fields in org.camunda.bpm.qa.performance.engine.framework declared as PerfTestResults Modifier and Type Field Description protected PerfTestResults
PerfTestRunner. results
Methods in org.camunda.bpm.qa.performance.engine.framework that return PerfTestResults Modifier and Type Method Description PerfTestResults
PerfTestBuilder. run()
Methods in org.camunda.bpm.qa.performance.engine.framework that return types with arguments of type PerfTestResults Modifier and Type Method Description java.util.concurrent.Future<PerfTestResults>
PerfTestRunner. execute()
-
Uses of PerfTestResults in org.camunda.bpm.qa.performance.engine.framework.activitylog
Methods in org.camunda.bpm.qa.performance.engine.framework.activitylog with parameters of type PerfTestResults Modifier and Type Method Description protected void
ActivityCountAggregator. processResults(PerfTestResults results, TabularResultSet tabularResultSet)
-
Uses of PerfTestResults in org.camunda.bpm.qa.performance.engine.framework.aggregate
Methods in org.camunda.bpm.qa.performance.engine.framework.aggregate with parameters of type PerfTestResults Modifier and Type Method Description protected void
SqlStatementCountAggregator. processResults(PerfTestResults results, TabularResultSet tabularResultSet)
protected abstract void
TabularResultAggregator. processResults(PerfTestResults results, TabularResultSet tabularResultSet)
-
Uses of PerfTestResults in org.camunda.bpm.qa.performance.engine.junit
Fields in org.camunda.bpm.qa.performance.engine.junit declared as PerfTestResults Modifier and Type Field Description protected PerfTestResults
PerfTestResultRecorderRule. results
Methods in org.camunda.bpm.qa.performance.engine.junit with parameters of type PerfTestResults Modifier and Type Method Description void
PerfTestResultRecorderRule. setResults(PerfTestResults results)
-
Uses of PerfTestResults in org.camunda.bpm.qa.performance.engine.sqlstatementlog
Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog with parameters of type PerfTestResults Modifier and Type Method Description protected void
SqlStatementCountAggregator. processResults(PerfTestResults results, TabularResultSet tabularResultSet)
-