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.

Summary

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

Functions

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.