From 992f2c28d386a6648921f9ead37f8dea31e5b193 Mon Sep 17 00:00:00 2001 From: Kate Osborn <50597707+kate-osborn@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:38:14 -0600 Subject: [PATCH] Update tests/zero-downtime-scaling/zero-downtime-scaling.md Co-authored-by: bjee19 <139261241+bjee19@users.noreply.github.com> --- tests/zero-downtime-scaling/zero-downtime-scaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zero-downtime-scaling/zero-downtime-scaling.md b/tests/zero-downtime-scaling/zero-downtime-scaling.md index e816024e25..0f3fa09e7b 100644 --- a/tests/zero-downtime-scaling/zero-downtime-scaling.md +++ b/tests/zero-downtime-scaling/zero-downtime-scaling.md @@ -81,7 +81,7 @@ Notes: - *wrk* will generate a lot of traffic continuously and it will have a high chance of catching any (however small) periods of downtime. - *curl* will generate 1 request every 0.1s. While it might not catch small periods of downtime, it will give us - timeline of failed request for big periods of downtime, which wrk doesn't do. + a timeline of failed requests for big periods of downtime, which wrk doesn't do. ## Tests