Mix.Tasks.Bmark

Usage

mix bmark

Runs all benchmarks matching the pattern bmark/*_bmark.ex. Results of the tests will be written to results/.results. The results directory will be created if necessary.

Summary

Functions

The task run function does all the setup for the bmark environment and registers an exit handler that will actually run the benchmarks

Functions

create_results_directory()
run(args)

The task run function does all the setup for the bmark environment and registers an exit handler that will actually run the benchmarks.