Skip to content

Commit 977dbae

Browse files
Correct typo in api-load-testing.md (#1938)
* Correct typo in api-load-testing.md In the context of your quoted sentence-"To avoid skewed latency results, ensure that the location of the load generator is constant across test tuns, and avoid running the tests from locations that are too close to the SUT"- most probably the word "tuns" is a typographical error and should actually be "runs" (as in "test runs") * Update the same file in the next folder.
1 parent 741f75e commit 977dbae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sources/k6/next/testing-guides/api-load-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Other times, you might just choose the location based on convenience or practica
520520
Either way, when you set the location of the load generator, keep the following in mind:
521521
522522
- **Required locations.** To compare performance or ensure accurate results, some load tests need to measure the latency from specific locations. These tests launch the load generators from locations that match their user's region.
523-
- **Optional locations.** Other tests try to measure against a performance baseline—how the system performance changes from a particular performance status or time. To avoid skewed latency results, ensure that the location of the load generator is constant across test tuns, and avoid running the tests from locations that are too close to the SUT.
523+
- **Optional locations.** Other tests try to measure against a performance baseline—how the system performance changes from a particular performance status or time. To avoid skewed latency results, ensure that the location of the load generator is constant across test runs, and avoid running the tests from locations that are too close to the SUT.
524524
525525
### Internal APIs
526526

docs/sources/k6/v1.0.x/testing-guides/api-load-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Other times, you might just choose the location based on convenience or practica
520520
Either way, when you set the location of the load generator, keep the following in mind:
521521
522522
- **Required locations.** To compare performance or ensure accurate results, some load tests need to measure the latency from specific locations. These tests launch the load generators from locations that match their user's region.
523-
- **Optional locations.** Other tests try to measure against a performance baseline—how the system performance changes from a particular performance status or time. To avoid skewed latency results, ensure that the location of the load generator is constant across test tuns, and avoid running the tests from locations that are too close to the SUT.
523+
- **Optional locations.** Other tests try to measure against a performance baseline—how the system performance changes from a particular performance status or time. To avoid skewed latency results, ensure that the location of the load generator is constant across test runs, and avoid running the tests from locations that are too close to the SUT.
524524
525525
### Internal APIs
526526

0 commit comments

Comments
 (0)