-
Notifications
You must be signed in to change notification settings - Fork 0
Benchmarks settings
segabriel edited this page Jul 20, 2018
·
5 revisions
-
nThreads
- a number of threads, which will use to run benchmark tests -
executionTaskDuration
- how long will be processing allunitOfWork
s -
executionTaskInterval
- time interval that will be applied to invoke the nextunitOfWork
-
reporterInterval
- how often to report in CSV and console reporters -
csvReporterDirectory
- a directory where the reporter will be generated CSV files of metrics (autogenerated seealias
param) -
taskName
- test benchmark name (autogenerated by class name) -
durationUnit
- reporter duration unit, mills by default (only programmatically) -
rateUnit
- reporter rate unit, seconds by default (only programmatically) -
numOfIterations
- a number of iterations rampUpDuration
rampUpInterval
options