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 2020/11/12 08:46:38 UTC

[GitHub] [apisix] gy09535 edited a comment on pull request #2177: feat: Support plugin for "aliyun" log service

gy09535 edited a comment on pull request #2177:
URL: https://github.com/apache/apisix/pull/2177#issuecomment-725933622


   Today Ido a test , I find using string format can costing more cpu , after I change it to string link, it costing little. Here is two picture is before change and after change .
   
   ### Test Script
   ```
   ./wrk -c 1000 -t 10 -d 60s --latency   http://192.168.100.96:9080/whoami
   ```
   ### Before
   
   ![image](https://user-images.githubusercontent.com/15153469/98916782-8c5f0100-2506-11eb-8d46-6980fd9816f9.png)
   
   ### After
    
   ![image](https://user-images.githubusercontent.com/15153469/98916752-810bd580-2506-11eb-9693-88dcd8623a5a.png)
   
   
   
   
   
   


----------------------------------------------------------------
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