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
@type estone_options() :: [{:data_dir, charlist()}]
Functions
@spec device_info() :: BeamBenchmarks.Info.t()
Return information about the device
@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.
@spec estone_bench(estone_options()) :: list()
Run estone_SUITE benchmarks
This is a suite of benchmarks that measure performance of various Erlang primitives.