Diogo Martins
Diogo Martins
Content-Length: 13 works fine. Maybe the example is assuming a \r\n termination
I tried running your benchmark locally but not working, is the request for plain text a GET to http://localhost:2022/post/plaintext? Edit: Also just checked asp net platform test for plaintext and...
Oh, I don't have Windows or Visual Studio, I am running it on a linux machine using curl and wrk (same tool techempower uses for load generator), can you try...
Ok it is working with your changes i built using your docker file and got for Json test: 300k RPS plaintext: 200k RPS ran both with wrk with 512 concurrency...
> oh yes, it does not support http pipelining, the next request only can be accepted after the current request's response is sent to client . but the json test...
Docker logs for /json [akaza_json_log.txt](https://github.com/user-attachments/files/23109605/akaza_json_log.txt) Edit: 300k isn't so bad.. better than java spring :D
I am happy to help but dont feel depressed or discouraged, this is just one benchmark on a simple test, it may not be the best measure for the framework...
> I run asp.net minimalAPI and my framwork both on a Linux cloud computer, it has only 2 physical core and 2Gb memory, but the result is this... [https://akazawayun.cn/wrk-linux.png](url) >...
I did test with you latest branch, it is working fine, more or less same performance. About wrk, the number of concurrent connections is the same yes, only depends on...
> The words " meaning more requests can be executed per connection " wake up me ! I seems to understand it, As the -t grows from 1 to cores'...