Class SqlStatementCountAggregator
java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
org.camunda.bpm.qa.performance.engine.sqlstatementlog.SqlStatementCountAggregator
Aggregates the results from a Sql Statement Test run.
This aggregator will count the statement types for each
StatementLogSqlSession.SqlStatementType
and add the counts to the resultset.- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
resultDirectory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected TabularResultSet
protected void
processResults
(PerfTestResults results, TabularResultSet tabularResultSet) Methods inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
execute, postProcessResultSet, processFile, sortResults
-
Field Details
-
TEST_NAME
- See Also:
-
INSERTS
- See Also:
-
DELETES
- See Also:
-
UPDATES
- See Also:
-
SELECTS
- See Also:
-
-
Constructor Details
-
SqlStatementCountAggregator
-
-
Method Details
-
createAggregatedResultsInstance
- Specified by:
createAggregatedResultsInstance
in classTabularResultAggregator
-
processResults
- Specified by:
processResults
in classTabularResultAggregator
-