Skip to content

Commit 23ef0d0

Browse files
authored
Apply suggestions from code review
1 parent c8cb60a commit 23ef0d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/load-testing/how-to-high-scale-load.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ To specify the load parameters for a Locust-based load test:
192192
193193
Alternately, you can also edit the test configuration from the test details page. To do so, select **Configure**, and then select **Test**.
194194
195-
1. On the **Edit test** page, select the **Load** tab. Enter the values for the overall users required and overall spwan rate in the respective input boxes.
195+
1. On the **Edit test** page, select the **Load** tab. Enter the values for the overall users required and overall spawn rate in the respective input boxes.
196196
The engine instance count required to generate this load automatically populates. If your test script is complex and resource intensive, use the **Engine instances** slider control to update the number of test engine instances, or enter the value directly in the input box.
197197
198198
:::image type="content" source="media/how-to-high-scale-load/edit-test-load-locust.png" alt-text="Screenshot of the 'Load' tab on the 'Edit test' pane for Locust-based tests." lightbox="media/how-to-high-scale-load/edit-test-load-locust.png":::
@@ -203,11 +203,11 @@ Alternatively, you can configure the number of users and spawn rate in the test
203203
204204
# [Azure Pipelines / GitHub Actions](#tab/pipelines+github)
205205
206-
For CI/CD workflows, you configure the number of engine instances in the [YAML test configuration file](./reference-test-config-yaml.md). You can configure the overall users and spawn rate as enviornment variables in the YAML file. Alternatively, you can configure those in the test script or Locust configuration file. You store the load test configuration file alongside the Locust test script file in the source control repository.
206+
For CI/CD workflows, you configure the number of engine instances in the [YAML test configuration file](./reference-test-config-yaml.md). You can configure the overall users and spawn rate as environment variables in the YAML file. Alternatively, you can configure those in the test script or Locust configuration file. You store the load test configuration file alongside the Locust test script file in the source control repository.
207207
208208
1. Open the YAML test configuration file for your load test in your editor of choice.
209209
210-
1. Configure the number of test engine instances in the `engineInstances` setting. Configure the overall users and spawn rate as enviornment variables.
210+
1. Configure the number of test engine instances in the `engineInstances` setting. Configure the overall users and spawn rate as environment variables.
211211

212212
The following example configures a load test that runs across 10 parallel test engine instances.
213213

articles/load-testing/overview-what-is-azure-load-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Azure Load Testing can use the Apache JMeter or Locust testing frameworks and su
4444
- Databases via JDBC
4545
- TCP-based endpoints
4646

47-
For JMeter, you can [use JMeter plugins](./how-to-use-jmeter-plugins.md) in your test script, you can load test more application types. For Locust, you can [use third party extensions](https://docs.locust.io/en/stable/extensions.html), Locust plugins, or any other Python libraries to extend the cpabilities of Locust.
47+
For JMeter, you can [use JMeter plugins](./how-to-use-jmeter-plugins.md) in your test script, you can load test more application types. For Locust, you can [use third party extensions](https://docs.locust.io/en/stable/extensions.html), Locust plugins, or any other Python libraries to extend the capabilities of Locust.
4848

4949
With the quick test experience you can [test a single URL-based HTTP endpoint](./quickstart-create-and-run-load-test.md). By [uploading a JMeter script](how-to-create-and-run-load-test-with-jmeter-script.md), you can use all JMeter-supported communication protocols.
5050

0 commit comments

Comments
 (0)