Benchee v0.1.0 Benchee.Benchmark

Functionality related to the actual benchmarking. Meaning running the given functions and recording their individual run times in a list. Exposes benchmark function.

Summary

Functions

Runs the given benchmark for the time configured in the benchmark suite and returns a the benchmarking suite results added to the :jobs key. Runs garbage collection before running the given function and measuring the times so that previous benchmarks don’t interfere with its result

Functions

benchmark(map, name, function)

Runs the given benchmark for the time configured in the benchmark suite and returns a the benchmarking suite results added to the :jobs key. Runs garbage collection before running the given function and measuring the times so that previous benchmarks don’t interfere with its result.