Elrec.Benchmark (ELREC v0.1.0)

View Source

This module provides functions to benchmark recursive and Enum implementations of list processing in Elixir using Benchee.

Summary

Functions

Create tests for the benchmark.

Create a title for the benchmark.

Run Benchee using the provided function information to test the content before and after conversion.

Functions

create_tests(atom, before_test, after_test)

Create tests for the benchmark.

create_title(arg)

Create a title for the benchmark.

run(arg, mode, before_test, after_test)

Run Benchee using the provided function information to test the content before and after conversion.