The worth of us creating our own benchmarking/tests?

From the previous comment, guess this was not done?

I’m new to performance testing. I would like to run some tests comparing

  • Ace
  • Cowboy
  • Cowboy + Plug

Can anyone point me to a good getting started guide or even better a service that can do it for me?

My first though is to try and recreate http://www.ostinelli.net/a-comparison-between-misultin-mochiweb-cowboy-nodejs-and-tornadoweb/ though this is an old article, maybe a better way now.

I like the fact it tests a bit of the HTTP message parsing and building.

Therefore, what is being tested is:

  • headers parsing
  • querystring parsing
  • string concatenation
  • sockets implementation