View Source BeamBenchmarks (beam_benchmarks v0.2.0)

BEAM Benchmarks

See functions for supported benchmarks.

Summary

Functions

Return information about the device

Run estone_SUITE and pretty print the results

Run estone_SUITE benchmarks

Types

estone_options()

@type estone_options() :: [{:data_dir, charlist()}]

Functions

device_info()

@spec device_info() :: BeamBenchmarks.Info.t()

Return information about the device

estone(opts \\ [])

@spec estone(estone_options()) :: {:comment, charlist()}

Run estone_SUITE and pretty print the results

This is a suite of benchmarks that measure performance of various Erlang primitives.

See estone_bench/1 for machine readable results.

estone_bench(opts \\ [])

@spec estone_bench(estone_options()) :: list()

Run estone_SUITE benchmarks

This is a suite of benchmarks that measure performance of various Erlang primitives.