Uses of Class
org.camunda.bpm.qa.performance.engine.framework.PerfTestResults
Packages that use PerfTestResults
Package
Description
-
Uses of PerfTestResults in org.camunda.bpm.qa.performance.engine.benchmark
Methods in org.camunda.bpm.qa.performance.engine.benchmark with parameters of type PerfTestResultsModifier and TypeMethodDescriptionprotected voidBenchmarkAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) protected voidBenchmarkLongtermAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) protected voidBenchmarkAggregator.processRow(List<Object> row, PerfTestResult passResult, PerfTestResults results) 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 PerfTestResultsMethods in org.camunda.bpm.qa.performance.engine.framework that return PerfTestResultsMethods in org.camunda.bpm.qa.performance.engine.framework that return types with arguments of type PerfTestResults -
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 PerfTestResultsModifier and TypeMethodDescriptionprotected voidActivityCountAggregator.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 PerfTestResultsModifier and TypeMethodDescriptionprotected voidSqlStatementCountAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) protected abstract voidTabularResultAggregator.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 PerfTestResultsMethods in org.camunda.bpm.qa.performance.engine.junit with parameters of type PerfTestResultsModifier and TypeMethodDescriptionvoidPerfTestResultRecorderRule.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 PerfTestResultsModifier and TypeMethodDescriptionprotected voidSqlStatementCountAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet)