From 8d0224e9f1704deae2b4206fff2b8b6bf8f7c9c0 Mon Sep 17 00:00:00 2001 From: Cryptex <64497526+Cryptex-github@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:31:53 -0700 Subject: [PATCH] Fix html report path --- book/src/user_guide/html_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/user_guide/html_report.md b/book/src/user_guide/html_report.md index 095e02500..052a60a86 100644 --- a/book/src/user_guide/html_report.md +++ b/book/src/user_guide/html_report.md @@ -1,7 +1,7 @@ # 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 +`target/criterion/reports/index.html`. By default, the plots are generated using [gnuplot](http://www.gnuplot.info/) if it is available, or the [plotters](https://github.com/38/plotters) crate if it is not. The example below was generated using the gnuplot backend, but the charts generated by plotters are similar.