summaryrefslogtreecommitdiff
path: root/tools/testdata
diff options
context:
space:
mode:
authorBernard Lin <bernardlin12@gmail.com>2019-03-24 23:36:27 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-03-24 23:36:27 -0400
commit3cc90d9bcf4be58bf88b433ae410f42fa4ad69c7 (patch)
tree8e92d0266bd71d5c92c2352e943f5b78ef19a097 /tools/testdata
parent129eae0265e3bd93c26c272d253ae9cbc6b88991 (diff)
Add benchmark for max latency (#1975)
Diffstat (limited to 'tools/testdata')
-rw-r--r--tools/testdata/wrk2.txt8
-rw-r--r--tools/testdata/wrk3.txt8
2 files changed, 16 insertions, 0 deletions
diff --git a/tools/testdata/wrk2.txt b/tools/testdata/wrk2.txt
new file mode 100644
index 000000000..3be41437c
--- /dev/null
+++ b/tools/testdata/wrk2.txt
@@ -0,0 +1,8 @@
+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%
+ 539721 requests in 10.10s, 26.25MB read
+Requests/sec: 53435.75
+Transfer/sec: 2.60MB \ No newline at end of file
diff --git a/tools/testdata/wrk3.txt b/tools/testdata/wrk3.txt
new file mode 100644
index 000000000..71150f9f3
--- /dev/null
+++ b/tools/testdata/wrk3.txt
@@ -0,0 +1,8 @@
+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%
+ 960491 requests in 10.00s, 80.61MB read
+Requests/sec: 96037.58
+Transfer/sec: 8.06MB \ No newline at end of file