You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,6 @@ java 9+
42
42
./perf_server_run.sh
43
43
./perf_client_run.sh
44
44
```
45
-
java 8
46
-
```
47
-
./gradlew clean build installDist
48
-
./perf_server_java8_run.sh
49
-
./perf_client_run.sh
50
-
```
51
-
52
-
* non-encrypted
53
-
54
-
| payload size | this codec, million messages | netty's codec, million messages |
55
-
| :--- | :---: | :---: |
56
-
| 8 | 2.45 | 1.35 |
57
-
| 64 | 2.35 | 1.25 |
58
-
| 125 | 2.3 | 1.15 |
59
-
| 1000 | 1.15 | 0.64 |
60
45
61
46
* encrypted
62
47
@@ -72,8 +57,9 @@ java 8
72
57
Library may be combined with [jauntsdn/websocket-http2](https://github.com/jauntsdn/netty-websocket-http2) using [http1 codec](https://github.com/jauntsdn/netty-websocket-http2/blob/develop/netty-websocket-http2-callbacks-codec/src/main/java/com/jauntsdn/netty/handler/codec/http2/websocketx/WebSocketCallbacksCodec.java)
73
58
74
59
for significantly improved per-core throughput [this codec perf-test](https://github.com/jauntsdn/netty-websocket-http2/tree/develop/netty-websocket-http2-perftest/src/main/java/com/jauntsdn/netty/handler/codec/http2/websocketx/perftest/callbackscodec),
0 commit comments