Skip to content

Commit 8683b61

Browse files
committed
add bootique performance result
1 parent 87d9b11 commit 8683b61

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| Spark | 194553.83 | 13.85ms | 32.47MB |
88
| Go Http | 170313.02 | 15.01ms | 20.95MB |
99
| Jooby/Undertow | 130458.14 | 13.22ms | 18.79MB |
10+
| Bootique + Jetty/Jersey | 650072.20 | 39.08ms | 11.17MB |
1011
| Spring Boot Undertow | 44260.61 | 38.94ms | 6.42MB |
1112
| Nodejs Express | 42443.34 | 22.30ms | 9.31MB |
1213
| Dropwizard | 33819.90 | 98.78ms | 3.23MB |
@@ -274,3 +275,22 @@ Requests/sec: 33819.90
274275
Transfer/sec: 3.23MB
275276
276277
```
278+
279+
@IRus submitted a pull request for Bootique + Jetty/Jersey and here is the result.
280+
281+
```
282+
steve@joy:~/tool/wrk$ wrk -t4 -c128 -d30s http://localhost:8080 -s pipeline.lua --latency -- / 16
283+
Running 30s test @ http://localhost:8080
284+
4 threads and 128 connections
285+
Thread Stats Avg Stdev Max +/- Stdev
286+
Latency 39.08ms 43.35ms 462.13ms 87.33%
287+
Req/Sec 16.46k 3.79k 31.04k 70.42%
288+
Latency Distribution
289+
50% 23.94ms
290+
75% 49.95ms
291+
90% 94.78ms
292+
99% 204.74ms
293+
1956621 requests in 30.07s, 335.88MB read
294+
Requests/sec: 65072.20
295+
Transfer/sec: 11.17MB
296+
```

0 commit comments

Comments
 (0)