diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-20 00:34:24 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-19 06:34:24 -0700 |
| commit | 2b279ad630651e973d5a31586f58809f005bc925 (patch) | |
| tree | 3e3cbeb4126643c75381dd5422e8603a7488bb8a /tests/util/server/src/testdata/wrk2.txt | |
| parent | eb542bc185c6c4ce1847417a2dfdf04862cd86db (diff) | |
chore: move `test_util` to `tests/util/server` (#22444)
As discussed with @mmastrac.
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'tests/util/server/src/testdata/wrk2.txt')
| -rw-r--r-- | tests/util/server/src/testdata/wrk2.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/util/server/src/testdata/wrk2.txt b/tests/util/server/src/testdata/wrk2.txt new file mode 100644 index 000000000..4b68c6c8a --- /dev/null +++ b/tests/util/server/src/testdata/wrk2.txt @@ -0,0 +1,13 @@ +Running 10s test @ http://127.0.0.1:4544/ + 2 threads and 10 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 402.90us 1.15ms 1.25us 94.86% + Req/Sec 26.86k 2.01k 31.81k 78.71% + Latency Distribution + 50% 2.03ms + 75% 2.10ms + 90% 2.43ms + 99% 6.22ms + 539721 requests in 10.10s, 26.25MB read +Requests/sec: 53435.75 +Transfer/sec: 2.60MB |
