Proper HTTP Server Benchmarks for Golang, Node.js and Python (2020) (github.com) 2 points by huntertwo 4y ago ↗ HN
[–] z3t4 4y ago ↗ Should do flame-graphs to see what the different frameworks are spending time on. Then you'll see what kind of fruits you are comparing.And in any language you could probably optimize to make it 100 times faster. [–] huntertwo 4y ago ↗ Agreed, it would also be nice to see varying workloads which seems to be missing from any benchmark I’ve ever read.Maybe a future weekend project :)
[–] huntertwo 4y ago ↗ Agreed, it would also be nice to see varying workloads which seems to be missing from any benchmark I’ve ever read.Maybe a future weekend project :)
2 comments
[ 2.5 ms ] story [ 10.7 ms ] threadAnd in any language you could probably optimize to make it 100 times faster.
Maybe a future weekend project :)