Brainless blowing FastAPI performance flash? On the inappropriate performance comparison on the Internet and the self-test results that confused me

I've heard of it more than once. There is a FastAPI framework, which can crush flash and catch up with Golang, but it has not been tested. Today, I'm free to test and see the results. I don't know what went wrong, but I was surprised.Before testingIn order to be lazy, I naturally want to find the previous test code from the Internet as a refere ...

Posted by shamuraq on Sun, 05 Dec 2021 09:52:55 -0800

Locust performance test - parameterization, concurrent loop data sampling without repetition

background In performance test, sometimes an API request can only be processed once for the same data (such as user registration), or can only be executed sequentially. Multiple users are not allowed to operate on the data at the same time. Different data can be requested concurrently. Therefore, data sampling needs to be handled to avoid mult ...

Posted by spode on Sat, 04 Dec 2021 16:13:05 -0800