From bc814f7dc7710926fb209d615a8d0275168aecd6 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sun, 18 Feb 2024 13:38:33 +0100 Subject: [PATCH] Fix typo in etcdctl/README.md `requets` => `request` Signed-off-by: Ben Peachey --- etcdctl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcdctl/README.md b/etcdctl/README.md index 936be3d16..1a9ce3ebd 100644 --- a/etcdctl/README.md +++ b/etcdctl/README.md @@ -1580,7 +1580,7 @@ Notice that different workload models use different configurations in terms of n The test checks for the following conditions: -- The throughput should be at least 90% of the issued requets +- The throughput should be at least 90% of the issued request - All the requests should be done in less than 500 ms - The standard deviation of the requests should be less than 100 ms