kemal icon indicating copy to clipboard operation
kemal copied to clipboard

Improve Benchmarks?

Open pyrossh opened this issue 7 years ago • 2 comments

Your benchmarks are only against ruby which in itself is an interpreted language and will be slow. So you should be actually comparing it to another compiled language like go with fasthttp framework or rust with rocket webframework? And also you should take concurrency into picture.

pyrossh avatar Feb 13 '17 12:02 pyrossh

I agree with you that the benchmarks could be improved. There's this https://github.com/sdogruyol/kemal-showdown/pull/5

sdogruyol avatar Feb 13 '17 12:02 sdogruyol

We already had Tech Empower benchmark. I read the code and see they implemented very well :)

Dan-Do avatar May 02 '20 03:05 Dan-Do