membphis commented on issue #2067:
URL: https://github.com/apache/apisix/issues/2067#issuecomment-674945280


   it works fine for this case.
   
   ```
   $ curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
       "uri": "/hello",
       "upstream": {
           "type": "roundrobin",
           "nodes": {
               "127.0.0.1:1980": 1
           }
       }
   }
   
   $ wrk http://127.0.0.1:9080/hello
   Running 10s test @ http://127.0.0.1:9080/hello
     2 threads and 10 connections
     Thread Stats   Avg      Stdev     Max   +/- Stdev
       Latency   499.23us  380.20us  18.70ms   91.14%
       Req/Sec     9.88k     1.68k   12.86k    66.67%
     197616 requests in 10.10s, 39.38MB read
   Requests/sec:  19566.52
   Transfer/sec:      3.90MB
   ```


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


Reply via email to