-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.x Benchmarking and Performance Tuning #1822
Comments
@kgriffs Will you add django 3.x with wsgi and asgi modes to the benchmarks? |
Thanks for the reminder @KhDenys ! Yes, we'll try to bring Django 3 into the equation. |
Created: #1880 |
Created: #1881 |
A quick test on my MBP shows that we lost 4-7 μs/req with non-cythonized wheels. With the wheels, we are a few μs faster. |
Nothing I could reproduce on CPython 3.8.5 on Ubuntu 20.04 😰 The cythonized variant is shining in extended benchmarks due to certain parts now implemented in Cython/C. |
OK, so I figured out that I was accidentally cythonizing the 2.0.0 wheel that I built from source. 🤦♂️ No significant regression after all, so I think we are good. |
I just created new images: E.g.,: docker run -it falconry/falcon-bench:py
|
The text was updated successfully, but these errors were encountered: