Open kocoten1992 opened 1 year ago
Hi @kocoten1992, what's the exact command you're running?
Hi, the exact command is:
ab -t 5 -c 4 http://127.0.0.1:8080/
for php http-server, I run it as is https://github.com/revoltphp/event-loop/blob/main/examples/http-server.php.
P/s: I'm using latest php version (php 8.2.0).
Hello maintainer, I try http-server example in https://github.com/revoltphp/event-loop/blob/main/examples/http-server.php,
But when using
ab
tool to benchmark, it result inAFAIK, this is not the problem with
ab
tool it self, but with the webserver, I'm using default ubuntu server to test it.