BenchErl is a scalability benchmark suite for applications written in Erlang, using the Erlang/OTP system in particular. The benchmark suite aims to assess scalability and shows how an application’s performance changes when additional resources (e.g. CPU cores, schedulers, etc.) are added.

Dialyzer (a DIscrepancy AnalYZer for ERlang programs) is a widely used static analysis tool that identifies bugs and other software discrepancies in Erlang programs. As part of the RELEASE project, Dialyzer's analyses have been parallelized so as to be effective in multicore machines. The parallel version of Dialyzer has been included in Erlang/OTP starting with R15B02 (September 2012).
