Skip to content

Commit ce4fb50

Browse files
authored
Fix typo (#14596)
1 parent 9fe3269 commit ce4fb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark-overhead/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ relative overhead.
5050
| Thread switch rate | # / s | Max observed thread context switch rate |
5151
| GC time | ms | Total amount of time spent paused for garbage collection |
5252
| Request mean | ms | Average time to handle a single web request (measured at the caller) |
53-
| Request p95 | ms | 95th percentile time to handle a single web requ4st (measured at the caller) |
53+
| Request p95 | ms | 95th percentile time to handle a single web request (measured at the caller) |
5454
| Iteration mean | ms | average time to do a single pass through the k6 test script |
5555
| Iteration p95 | ms | 95th percentile time to do a single pass through the k6 test script |
5656
| Peak threads | # | Highest number of running threads in the VM, including agent threads |

0 commit comments

Comments
 (0)