mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

Benchmarks #56

Open kbrock opened 10 years ago

kbrock commented 10 years ago

Hello,

I've been curious about the performance of mruby-uv. I know luvit is much quicker than nodejs and I'm curious how this compares to the two. Also curious how this stacks up agains ngx_mruby ( ngx_mruby/issues#102 ).

There is a great benchmark called http://www.techempower.com/benchmarks/. A similar benchmark for nodejs and openresty does exist.

Have you tried to implement a benchmark for this? Anything about mruby-uv that would make this difficult to implement?

Thanks.