Azure / load-testing

Automate azure load test through github actions
MIT License
17 stars 17 forks source link

Syntax of failure criteria #9

Open tslavik opened 1 year ago

tslavik commented 1 year ago

Is your feature request related to a problem? Please describe. Cannot find in doc syntax of all failure criteria.

Describe the solution you'd like Will be good to have documented somewhere the failure criteria not only in source code :-)

const validAggregateList = {
    'response_time_ms': ['avg', 'min', 'max', 'p50', 'p90', 'p95', 'p99'],
    'requests_per_sec': ['avg'],
    'requests': ['count'],
    'latency': ['avg', 'min', 'max', 'p50', 'p90', 'p95', 'p99'],
    'error': ['percentage']
}

Additional context Add any other context or screenshots about the feature request here.

ninallam commented 1 year ago

@tslavik Thanks for reaching out. We have documented this in the product documentation here https://docs.microsoft.com/en-us/azure/load-testing/how-to-define-test-criteria#load-test-passfail-criteria. We will make sure to link this to the action repo as well.