Skip to content

Commit 26b37f5

Browse files
committed
Update README.md
1 parent 3de420b commit 26b37f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ I'm still in research to make this library performs better in high-volume and hi
2121

2222
This library is using [Ktor](https://github.com/ktorio/ktor) server with [Netty](https://github.com/netty/netty) in Android. `react-native-echo` is currently doing **good relatively** with the Ktor + Netty server library with really minimal error, and the `multipart/form-data` request handling is still performing good with cached files, but the performance in a Android device is becoming a question from myself, is this good or not.
2323

24-
I did a simple Postman runner performance test, with 20 Virtual Users run an API in parallel and repeatedly for 1 minute. I did the test with a Realme GT Master (Snapdragon 778G 5G, 8GB RAM. It doesn't mean the library use all the power of the device, because we are limited in a Android app)
24+
I did a simple Postman runner performance test, with 20 Virtual Users run an API in parallel and repeatedly for 1 minute. I did the test with a Realme GT Master (Snapdragon 778G, 8GB RAM. It doesn't mean the library use all the power of the device, because we are limited in an Android app)
2525

2626
| Route | Description | Total Requests | Requests/second | Avg. response time (ms) | Min response time (ms) | Max response time (ms) | P90 (ms) | P95 (ms) | P99 (ms) | Error |
2727
| ----------------------- | --------------------------------------------------------------------------------------------------------------- | -------------- | --------------- | ----------------------- | ---------------------- | ---------------------- | ----------- | ---------- | ----------- | ---------------- |

0 commit comments

Comments
 (0)