bencheeorg / benchee

Easy and extensible benchmarking in Elixir providing you with lots of statistics!
MIT License
1.41k stars 66 forks source link

Revert "Introduce optional sequential_output/2 callback" #415

Closed PragTob closed 9 months ago

PragTob commented 9 months ago

This reverts commit dfa6987a5e1c8db0a6629fad70127097d3bc9577.

It turned out that the parallel processing wasn't the issue with memory consumption we faced but instead copying data to processes.

See: