Mix.Tasks.Bmark.Cmp
Usage
mix bmark.cmp <result1> <result2>
Compares a pair of benchmark results.
result1 and result2 should be results files written by bmark for different runs of the same benchmark. bmark.cmp will compare the two results and will report the statistical significance of the difference in their means.
Summary↑
run(args) | The task run function processes the arguments into a report |
Functions
The task run function processes the arguments into a report.