#List of Benchmarks?

17 messages · Page 1 of 1 (latest)

zenith anvil
#

I want a list of benchmarks on elixir, any suggestions?

#

for whatever program, library, etc

echo python
#

Benchee is the go to typically to test for yourself

#

I've never seen libs list benchmarks apart from Jason or similar that are focused on performance. Perhaps some of the http libs.

zenith anvil
#

hmm ok thanks

wanton siren
#

elixir vs other language or elixir library vs elixir library?

#

not giving much in your question here

#

surprised you got that much out of it

zenith anvil
#

really anything like that. Elixir vs other languages was my main interest though

wanton siren
#

do you want one where elixir wins or loses?

#

for the most part its one of those things where you can find whatever you are looking for

river anchor
#

why are you being a smartass and wasting his time if you're not gonna help him?

Here is a benchmark that compares backend servers for 100k connections. Node is absolute trash.

Go and Elixir handle about the same amount of connections, elixir pro is that it's self healing but the con is that it uses more CPU than Go. So computationally costs more but hardware is probably the lowest cost of running a large software team that can implement an app with that many connections.

https://stressgrid.com/blog/benchmarking_go_vs_node_vs_elixir/

Hope that helped...

Here is another one that is simply measurements of elixir performance (without comparing others)

https://stressgrid.com/blog/100k_cps_with_elixir/

golden ibex
wanton siren
#

looks like it

wanton siren
#

thanks @river anchor

river anchor
#

meeow i responded as soon as i read it he didn't ask for anything complicated i was shocked that ppl didn't assist, so why am i getting attacked for being the only one who actually helped the original poster?