mroth / phoenix-showdown

:horse_racing: benchmark Sinatra-like web frameworks
705 stars 70 forks source link

Memory characteristics #25

Closed chrisdavies closed 5 years ago

chrisdavies commented 8 years ago

Hey. Thanks so much for putting these together.

I'm debating what platform to use for a memory-constrained side-project, but I noticed you didn't put anything here about how much memory was consumed by each platform. That'd be really helpful.

Thanks again.

milose commented 8 years ago

@chrisdavies,

Take a look at this: http://blog.onfido.com/using-cpus-elixir-on-raspberry-pi2/

Even though it was serving a simple html page I am really happy with the results. 540 requests per second on a $35 piece of hardware using on average 90% of the CPU and only 16 Mb memory beats my definition of efficiency!

(Author on using Phoenix / Elixir)

chrisdavies commented 8 years ago

Wow. Pretty amazing. Thanks! On Feb 15, 2016 6:45 AM, "Milos" notifications@github.com wrote:

Chris,

Take a look at this: http://blog.onfido.com/using-cpus-elixir-on-raspberry-pi2/

Even though it was serving a simple html page I am really happy with the results. 540 requests per second on a $35 piece of hardware using on average 90% of the CPU and only 16 Mb memory beats my definition of efficiency!

(Author on using Phoenix / Elixir)

— Reply to this email directly or view it on GitHub https://github.com/mroth/phoenix-showdown/issues/25#issuecomment-184177912 .