benchfella v0.3.5 mix bench.graph

Usage

mix bench.graph [options] <snapshot>...

Takes one or more snapshots and produces an HTML page with graphs. When more than one snapshot is given, it allows for grouping multiple runs of corresponding tests for comparison.

If no arguments are given, bench.cmp will try to read one or two latest snapshots from the bench/snapshots directory.

Giving - instead of a file name will make bench.cmp read from standard input.

Options

-n <number>
    Specify how many snapshots to compare. This option is only useful
    when no arguments are given.

    Default: 2.

--no-js
    Produce a single HTML file with graphs rendered as SVG and no
    JavaScript on the page.

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this function index(json, style, javascript)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.