Skip to content

Performance goals

Roberto Prevato edited this page Jul 9, 2019 · 1 revision

Types of performance goals can be registered subclassing and implementing PerformanceGoal in plugins.

Example YAML configuration:

goals:
  - 'no-errors'
  - type: 'avg-latency'
    limit: 400
  - type: 'percentile-latency'
    percentile: 99
    limit: 400
Clone this wiki locally