HTML Report
Criterion.rs can generate an HTML report displaying the results of the benchmark under
target/criterion/report/index.html
. By default, the plots are generated using
gnuplot if it is available, or the
plotters crate if it is not. The example below was generated
using the gnuplot backend, but the charts generated by plotters are similar.
To see an example report, click here. For more details on the charts and statistics displayed, check the other pages of this book.