swoole-http-server(swoft)和 nginx + php-fpm(Laravel 5.5)HTTP 壓力測試性能對比

兩個請求地址一樣輸出(直接輸出,不涉及io和計算)php public function test() { return ['getUser',1]; } ["getUser",1] 1.先來看看 nginx + php-fpmnginx ab -c 10 -n 100 http://127.0.0.1:8080/test 2.再來看看 swoole-http-
相關文章
相關標籤/搜索