Skip to content

Commit f9c6b8d

Browse files
authored
Merge pull request #608 from Cryptex-github/patch-1
Fix user guides html report path
2 parents dfd7b65 + 8d0224e commit f9c6b8d

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)