Skip to content

Commit cbb1d8a

Browse files
Update reference-test-config-yaml.md
Syntax update for aggregate function in test fail criteria - 'latency_ms' to 'latency'
1 parent 13aa1dd commit cbb1d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-testing/reference-test-config-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ configurationFiles:
6161
failureCriteria:
6262
- avg(response_time_ms) > 300
6363
- percentage(error) > 50
64-
- GetCustomerDetails: avg(latency_ms) >200
64+
- GetCustomerDetails: avg(latency) >200
6565
splitAllCSVs: True
6666
env:
6767
- name: my-variable

0 commit comments

Comments
 (0)