Skip to content

Commit 3b9256b

Browse files
committed
Updated for Acrolinx
1 parent 92a38e6 commit 3b9256b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-testing/tutorial-cicd-azure-pipelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Azure Load Testing enables you to view the results of the load test run directly
369369
- Total number of errors.
370370
- Error rate.
371371
372-
In addition, the [load test results file](./how-to-export-test-results.md) is available as a workflow run artifact, which you can download for additional reporting.
372+
In addition, the [load test results file](./how-to-export-test-results.md) is available as a workflow run artifact, which you can download for further reporting.
373373
374374
# [Azure Pipelines](#tab/pipelines)
375375
@@ -409,9 +409,9 @@ In addition, the [load test results file](./how-to-export-test-results.md) is av
409409
410410
## Define test fail criteria
411411
412-
Azure Load Testing enables you to define load test fail criteria. These are criteria that determine when a load test should pass or fail. For example, your load test should fail when the average response time is greater than a specific value, or when too many errors occur.
412+
Azure Load Testing enables you to define load test fail criteria. These criteria determine when a load test should pass or fail. For example, your load test should fail when the average response time is greater than a specific value, or when too many errors occur.
413413
414-
When you run a load test as part of a CI/CD pipeline, the status of the pipeline run will reflect the status of the load test. This allows you to quickly identify performance regressions, or degraded application behavior when the application is experiencing high load.
414+
When you run a load test as part of a CI/CD pipeline, the status of the pipeline run will reflect the status of the load test. This approach allows you to quickly identify performance regressions, or degraded application behavior when the application is experiencing high load.
415415
416416
In this section, you'll configure test fail criteria based on the average response time and the error rate.
417417

0 commit comments

Comments
 (0)