Skip to content

Commit d5f8d24

Browse files
committed
readme
1 parent 65f649b commit d5f8d24

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,6 @@ java 9+
4242
./perf_server_run.sh
4343
./perf_client_run.sh
4444
```
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 |
6045

6146
* encrypted
6247

@@ -72,8 +57,9 @@ java 8
7257
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)
7358

7459
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),
75-
[netty built-in 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/messagecodec):
76-
for 8, 125, 1000 byte payload frames over encrypted connection results are as follows:
60+
[netty built-in 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/messagecodec):
61+
62+
* encrypted
7763

7864
| payload size | this codec, million msgs | netty's codec, million msgs |
7965
| :---: | :---: | :---: |
@@ -144,7 +130,7 @@ server: `expectMasked: false, allowMaskMismatch: false, maxFramePayloadLength: 1
144130

145131
client: `mask: false, allowMaskMismatch: false, maxFramePayloadLength: 125`
146132

147-
### testing
133+
### tests
148134

149135
* WebSocket frames [integration test](https://github.com/jauntsdn/netty-websocket-http1/blob/develop/netty-websocket-http1-test/src/test/java/com/jauntsdn/netty/handler/codec/http/websocketx/WebSocketCodecTest.java):
150136
control & data frames of all allowed sizes, jauntsdn/netty-websocket-http1 client, netty websocket server.

0 commit comments

Comments
 (0)