benchfella v0.3.5 mix bench.cmp
Usage
mix bench.cmp [options] <snapshot>...
A snapshot is the output of a single run of mix bench.
If no arguments are given, bench.cmp will try to read one or two latest snapshots from the bench/snapshots directory.
When given one snapshot, mix bench.cmp will pretty-print the results.
Giving - instead of a file name will make bench.cmp read from standard
input.
When given two or more snapshots, it will pretty-print the comparison between the first and the last one.
Options
-d <fmt>, --diff=<fmt>
Which format to use for the deltas when pretty-printing.
One of: ratio, percent.
Link to this section Summary
Link to this section Functions
Link to this function
run(args)
A task needs to implement run which receives
a list of command line args.
Callback implementation for Mix.Task.run/1.