You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/03 06:47:49 UTC

[GitHub] [apisix] hnlq715 edited a comment on issue #3502: request help: any point to improve grpc transcode performance?

hnlq715 edited a comment on issue #3502:
URL: https://github.com/apache/apisix/issues/3502#issuecomment-772277318


   I also did benchmarks over golang's implementation.
   
   * HTTP api request gRPC service
   ```
   Running 10s test @ http://127.0.0.1:8000/v1/example/test
     10 threads and 10 connections
     Thread Stats   Avg      Stdev     Max   +/- Stdev
       Latency     0.97ms    1.61ms  39.33ms   98.21%
       Req/Sec     1.22k   175.02     2.65k    88.93%
     121805 requests in 10.10s, 27.41MB read
   Requests/sec:  12060.97
   Transfer/sec:      2.71MB
   ```
   * HTTP api transcode gRPC service
   ```
   Running 10s test @ http://127.0.0.1:8000/v1/example/echo
     10 threads and 10 connections
     Thread Stats   Avg      Stdev     Max   +/- Stdev
       Latency     0.94ms  370.56us   4.99ms   82.86%
       Req/Sec     1.08k   100.94     2.96k    92.71%
     108121 requests in 10.10s, 24.95MB read
   Requests/sec:  10706.54
   Transfer/sec:      2.47MB
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org