gy09535 commented 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  ###Aftet  ---------------------------------------------------------------- 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: [email protected]
