From 92735ce32f91ab05280e6a33443a1a2a2545af5d Mon Sep 17 00:00:00 2001 From: trasktest <64627853+trasktest@users.noreply.github.com> Date: Fri, 5 Sep 2025 08:36:44 -0700 Subject: [PATCH] Fix typo --- benchmark-overhead/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark-overhead/README.md b/benchmark-overhead/README.md index 5aaef1af19bd..f69bd8c1805e 100644 --- a/benchmark-overhead/README.md +++ b/benchmark-overhead/README.md @@ -50,7 +50,7 @@ relative overhead. | Thread switch rate | # / s | Max observed thread context switch rate | | GC time | ms | Total amount of time spent paused for garbage collection | | Request mean | ms | Average time to handle a single web request (measured at the caller) | -| Request p95 | ms | 95th percentile time to handle a single web requ4st (measured at the caller) | +| Request p95 | ms | 95th percentile time to handle a single web request (measured at the caller) | | Iteration mean | ms | average time to do a single pass through the k6 test script | | Iteration p95 | ms | 95th percentile time to do a single pass through the k6 test script | | Peak threads | # | Highest number of running threads in the VM, including agent threads |