Long Running Elixir/Phoenix Benchmarks

Does anyone if there are any Elixir/Phoenix benchmarks like https://github.com/ruby/ruby/tree/trunk/benchmark?

The reason why I’m asking is that I’m the maintainer of https://rubybench.org/ and I’m looking to add support for long running benchmarks for Elixir and the Phoenix framework. While the project is named rubybench, the app is written in such a way that it actually supports any form of benchmarks as long as the benchmark results adhere to a certain format.

2 Likes

There used to be https://github.com/spawnfest/elixirbench, not sure if it’s still maintained / running.

1 Like

Nothing I’ve seen straight-out yet, but wouldn’t be hard to write. Just remember that the BEAM takes a second to load, it’s not designed for little scripts but rather always-running systems.