File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 7
7
| Spark | 194553.83 | 13.85ms | 32.47MB |
8
8
| Go Http | 170313.02 | 15.01ms | 20.95MB |
9
9
| Jooby/Undertow | 130458.14 | 13.22ms | 18.79MB |
10
+ | Bootique + Jetty/Jersey | 650072.20 | 39.08ms | 11.17MB |
10
11
| Spring Boot Undertow | 44260.61 | 38.94ms | 6.42MB |
11
12
| Nodejs Express | 42443.34 | 22.30ms | 9.31MB |
12
13
| Dropwizard | 33819.90 | 98.78ms | 3.23MB |
@@ -274,3 +275,22 @@ Requests/sec: 33819.90
274
275
Transfer/sec: 3.23MB
275
276
276
277
```
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
+ ```
You can’t perform that action at this time.
0 commit comments