Hi all, I released the benchmarking tool I was working on. It's goal is to be easy to use, nice output, extensible through plugins and to provide you with statistics, to better see how reliable your results are. So far the statistics provided are average, iterations per second, standard deviation and median.
It also comes with the first plugin, BencheeCSV to format output as CSV for easy usage with spreadsheet tools so you can make pretty graphs etc. Announcement blog post: https://pragtob.wordpress.com/2016/06/07/introducing-benchee-simple-and-extensible-benchmarking-for-elixir/ benchee * github https://github.com/PragTob/benchee * hex https://hex.pm/packages/benchee benchee_csv * github https://github.com/PragTob/benchee_csv * hex https://hex.pm/packages/benchee_csv Thanks, enjoy benchmarking and feedback welcome :) Tobi PS: No disabling/delaying the GC didn't make it in... yet ;) It collects garbage inbetween different benchmarks though. -- http://www.pragtob.info/ -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/57571AB2.9040805%40gmail.com. For more options, visit https://groups.google.com/d/optout.
