Skip to content

Commit 43c918f

Browse files
Merge pull request #263637 from ntrogh/alt-increase-criteria
[Azure Load Testing] Update max number of test criteria from 10 to 50
2 parents 9a54eca + 729ef1e commit 43c918f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/load-testing/how-to-define-test-criteria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can define test criteria at two levels. A load test can combine criteria at
2828
- At the load test level. For example, to ensure that the total error percentage doesn't exceed a threshold.
2929
- At the JMeter request level (JMeter sampler). For example, you could specify a response time threshold of the *getProducts* request, but disregard the response time of the *sign in* request.
3030

31-
You can define a maximum of 10 test criteria for a load test. If there are multiple criteria for the same client metric, the criterion with the lowest threshold value is used.
31+
You can define a maximum of 50 test criteria for a load test. If there are multiple criteria for the same client metric, the criterion with the lowest threshold value is used.
3232

3333
### Fail criteria structure
3434

articles/load-testing/resource-limits-quotas-capacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following limits apply on a per-region, per-subscription basis.
4444
| Test runs per test | 5000 | |
4545
| File uploads per test | 1000 | |
4646
| App Components per test or test run | 100 | |
47-
| [Test criteria](./how-to-define-test-criteria.md#load-test-fail-criteria) per test | 10 | |
47+
| [Test criteria](./how-to-define-test-criteria.md#load-test-fail-criteria) per test | 50 | |
4848

4949
<sup>2</sup> If you aren't already at the maximum limit, you can request an increase. We aren't currently able to approve increase requests past our maximum limitations stated above. To request an increase for your default limit, contact Azure Support. Default limits vary by offer category type.
5050

0 commit comments

Comments
 (0)