Skip to content

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 all unitOfWorks
  • executionTaskInterval - time interval that will be applied to invoke the next unitOfWork
  • reporterInterval - how often to report in CSV and console reporters
  • csvReporterDirectory - a directory where the reporter will be generated CSV files of metrics (autogenerated see alias 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
Clone this wiki locally