We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfd7b65 + 8d0224e commit f9c6b8dCopy full SHA for f9c6b8d
book/src/user_guide/html_report.md
@@ -1,7 +1,7 @@
1
# HTML Report
2
3
Criterion.rs can generate an HTML report displaying the results of the benchmark under
4
-`target/criterion/report/index.html`. By default, the plots are generated using
+`target/criterion/reports/index.html`. By default, the plots are generated using
5
[gnuplot](http://www.gnuplot.info/) if it is available, or the
6
[plotters](https://github.com/38/plotters) crate if it is not. The example below was generated
7
using the gnuplot backend, but the charts generated by plotters are similar.
0 commit comments