
Description
Hi, Loïc, sorry to bother you with synthetic benchmarks, but could you maybe look into one here the-benchmarker/web-frameworks#58
It's basically just testing how fast it can make requests like get /
, get /user/:id
, and post /user
. Actually the benchmark itself doesn't really matter since I was using wrk
instead of its client written in crystal. And my problem is, testing with wrk
cowboy 2.0.0-pre.9 in this benchmark seems to be slower than cowboy 1.1. I'm using the same ranch options for both, and the code in the handlers is also almost identical.
The latest results for cowboys are here the-benchmarker/web-frameworks#58 (comment)
Is it maybe a bit too early to test cowboy 2? Or am I just doing something wrong there? Or maybe it's because I'm testing it on my laptop instead of a real server? Then maybe there are some additional options to get more performance out of cowboy on a smaller machine?
my fork of the benchmark for