Any known benchmarks with other HTTP servers? #1817
Answered
by
scaprile
IngwiePhoenix
asked this question in
Ask questions, get answers
-
Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
scaprile
Oct 25, 2022
Replies: 1 comment
-
Well, given that Mongoose is an embedded library, the amount of requests that can be handled depends on the TCP/IP stack, the microcontroller, the RTOS if any... you should build all candidates on the same target with an equivalent configuration and run siege or something. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scaprile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, given that Mongoose is an embedded library, the amount of requests that can be handled depends on the TCP/IP stack, the microcontroller, the RTOS if any... you should build all candidates on the same target with an equivalent configuration and run siege or something.
What we did here is to benchmark Mongoose over different TCP/IP stacks (including our own), running on the same dev board:
https://github.com/cesanta/mongoose/tree/master/examples/stm32/nucleo-f746zg-baremetal#benchmark