Skip to content

Commit 8d0224e

Browse files
authored
Fix html report path
1 parent dfd7b65 commit 8d0224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/user_guide/html_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HTML Report
22

33
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
4+
`target/criterion/reports/index.html`. By default, the plots are generated using
55
[gnuplot](http://www.gnuplot.info/) if it is available, or the
66
[plotters](https://github.com/38/plotters) crate if it is not. The example below was generated
77
using the gnuplot backend, but the charts generated by plotters are similar.

0 commit comments

Comments
 (0)