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/wrk3.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/wrk3.txt')
| -rw-r--r-- | tests/util/server/src/testdata/wrk3.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/util/server/src/testdata/wrk3.txt b/tests/util/server/src/testdata/wrk3.txt new file mode 100644 index 000000000..4c115a096 --- /dev/null +++ b/tests/util/server/src/testdata/wrk3.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 26.55ms 152.26ms 1.63s 97.45% + Req/Sec 48.26k 3.13k 61.41k 93.00% + Latency Distribution + 50% 1.98ms + 75% 2.06ms + 90% 2.47ms + 99% 6.36ms + 960491 requests in 10.00s, 80.61MB read +Requests/sec: 96037.58 +Transfer/sec: 8.06MB |
