Some Benchmarks #411
Replies: 6 comments
-
Falconhttps://github.com/Vagelis-Prokopiou/yt-web-api-python-falcon 1° Run
2° Run
|
Beta Was this translation helpful? Give feedback.
-
Emmett (rapid-json)https://github.com/josejachuf/web-api-python-emmett 1° Run
2° Run
|
Beta Was this translation helpful? Give feedback.
-
Emmett (orjson)https://github.com/josejachuf/web-api-python-emmett 1° Run
2° Run
|
Beta Was this translation helpful? Give feedback.
-
Fastapihttps://github.com/Vagelis-Prokopiou/yt-web-api-python-fastapi 1° Run
2° Run
|
Beta Was this translation helpful? Give feedback.
-
Warp (Rust)https://github.com/Vagelis-Prokopiou/yt-web-api-rust-warp 1° Run
2° Run
|
Beta Was this translation helpful? Give feedback.
-
Other benchmarks, this time using wrk
Emmett
Falcon
Fastapi
Warp (Rust)
|
Beta Was this translation helpful? Give feedback.
-
Based on the work published on the YouTube channel [1] with different comparisons between different frameworks and languages to serialize JSON I wrote to Emmett [2] the same app that the author used for Flask, Fasti, Falcon, etc. and I sent it to Vagelis Prokopiou.
I also did some tests on my computer and I'm going to publish them here.
I understand that if Orjson (Rust) is installed, Emmett will use this instead of Rapid-Json. If this is so, I did not notice the difference.
I use apache bench
in all case I start sever with:
[1] https://www.youtube.com/channel/UCPnvXp_A6O7xREKK2cYwhIw
[2] https://github.com/josejachuf/web-api-python-emmett
Beta Was this translation helpful? Give feedback.
All reactions