From 0f609e8bc70a5acd2d64b78c9a60b6f63c7e8d58 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 16 Mar 2024 17:32:00 +0800 Subject: [PATCH] fix typos --- CONTRIBUTING.md | 2 +- .../html_report/Fibonacci/Iterative/report/index.html | 2 +- .../html_report/Fibonacci/Recursive/report/index.html | 2 +- .../html_report/Fibonacci2/Iterative/20/report/index.html | 2 +- .../html_report/Fibonacci2/Iterative/21/report/index.html | 2 +- .../html_report/Fibonacci2/Recursive/20/report/index.html | 2 +- .../html_report/Fibonacci2/Recursive/21/report/index.html | 2 +- src/criterion_plot/mod.rs | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8a19653..2465d7a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ https://github.com/bheisler/criterion.rs/issues ## A Note on Dependency Updates Criterion.rs does not accept pull requests to update dependencies unless specifically -requested by the maintaner(s). Dependencies are updated manually by the maintainer(s) before each +requested by the maintainer(s). Dependencies are updated manually by the maintainer(s) before each new release. ## Code diff --git a/book/src/user_guide/html_report/Fibonacci/Iterative/report/index.html b/book/src/user_guide/html_report/Fibonacci/Iterative/report/index.html index 7b29c71c..fbe5c3c0 100644 --- a/book/src/user_guide/html_report/Fibonacci/Iterative/report/index.html +++ b/book/src/user_guide/html_report/Fibonacci/Iterative/report/index.html @@ -180,7 +180,7 @@

Additional Plots:

Understanding this report:

The plot on the left displays the average time per iteration for this benchmark. The shaded region - shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the estimated probability of an iteration taking a certain amount of time, while the line shows the mean. Click on the plot for a larger view showing the outliers.

The plot on the right shows the linear regression calculated from the measurements. Each point represents a sample, though here it shows the total time for the sample rather than time per diff --git a/book/src/user_guide/html_report/Fibonacci/Recursive/report/index.html b/book/src/user_guide/html_report/Fibonacci/Recursive/report/index.html index 1564f7b3..1f84b062 100644 --- a/book/src/user_guide/html_report/Fibonacci/Recursive/report/index.html +++ b/book/src/user_guide/html_report/Fibonacci/Recursive/report/index.html @@ -180,7 +180,7 @@

Additional Plots:

Understanding this report:

The plot on the left displays the average time per iteration for this benchmark. The shaded region - shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the estimated probability of an iteration taking a certain amount of time, while the line shows the mean. Click on the plot for a larger view showing the outliers.

The plot on the right shows the linear regression calculated from the measurements. Each point represents a sample, though here it shows the total time for the sample rather than time per diff --git a/book/src/user_guide/html_report/Fibonacci2/Iterative/20/report/index.html b/book/src/user_guide/html_report/Fibonacci2/Iterative/20/report/index.html index 0173d39e..fe4fdf4f 100644 --- a/book/src/user_guide/html_report/Fibonacci2/Iterative/20/report/index.html +++ b/book/src/user_guide/html_report/Fibonacci2/Iterative/20/report/index.html @@ -180,7 +180,7 @@

Additional Plots:

Understanding this report:

The plot on the left displays the average time per iteration for this benchmark. The shaded region - shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the estimated probability of an iteration taking a certain amount of time, while the line shows the mean. Click on the plot for a larger view showing the outliers.

The plot on the right shows the linear regression calculated from the measurements. Each point represents a sample, though here it shows the total time for the sample rather than time per diff --git a/book/src/user_guide/html_report/Fibonacci2/Iterative/21/report/index.html b/book/src/user_guide/html_report/Fibonacci2/Iterative/21/report/index.html index 8adcd872..cdbf2269 100644 --- a/book/src/user_guide/html_report/Fibonacci2/Iterative/21/report/index.html +++ b/book/src/user_guide/html_report/Fibonacci2/Iterative/21/report/index.html @@ -180,7 +180,7 @@

Additional Plots:

Understanding this report:

The plot on the left displays the average time per iteration for this benchmark. The shaded region - shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the estimated probability of an iteration taking a certain amount of time, while the line shows the mean. Click on the plot for a larger view showing the outliers.

The plot on the right shows the linear regression calculated from the measurements. Each point represents a sample, though here it shows the total time for the sample rather than time per diff --git a/book/src/user_guide/html_report/Fibonacci2/Recursive/20/report/index.html b/book/src/user_guide/html_report/Fibonacci2/Recursive/20/report/index.html index db43c2c7..148f2bad 100644 --- a/book/src/user_guide/html_report/Fibonacci2/Recursive/20/report/index.html +++ b/book/src/user_guide/html_report/Fibonacci2/Recursive/20/report/index.html @@ -180,7 +180,7 @@

Additional Plots:

Understanding this report:

The plot on the left displays the average time per iteration for this benchmark. The shaded region - shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the estimated probability of an iteration taking a certain amount of time, while the line shows the mean. Click on the plot for a larger view showing the outliers.

The plot on the right shows the linear regression calculated from the measurements. Each point represents a sample, though here it shows the total time for the sample rather than time per diff --git a/book/src/user_guide/html_report/Fibonacci2/Recursive/21/report/index.html b/book/src/user_guide/html_report/Fibonacci2/Recursive/21/report/index.html index 5c30170a..a1a7993d 100644 --- a/book/src/user_guide/html_report/Fibonacci2/Recursive/21/report/index.html +++ b/book/src/user_guide/html_report/Fibonacci2/Recursive/21/report/index.html @@ -180,7 +180,7 @@

Additional Plots:

Understanding this report:

The plot on the left displays the average time per iteration for this benchmark. The shaded region - shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the estimated probability of an iteration taking a certain amount of time, while the line shows the mean. Click on the plot for a larger view showing the outliers.

The plot on the right shows the linear regression calculated from the measurements. Each point represents a sample, though here it shows the total time for the sample rather than time per diff --git a/src/criterion_plot/mod.rs b/src/criterion_plot/mod.rs index edd58a30..2fbeb1a3 100644 --- a/src/criterion_plot/mod.rs +++ b/src/criterion_plot/mod.rs @@ -930,7 +930,7 @@ pub enum VersionError { Error(String), /// The `gnuplot` command returned invalid utf-8 OutputError, - /// The `gnuplot` command returned an unparseable string + /// The `gnuplot` command returned an unparsable string ParseError(String), } impl fmt::Display for VersionError { @@ -942,7 +942,7 @@ impl fmt::Display for VersionError { } VersionError::OutputError => write!(f, "`gnuplot --version` returned invalid utf-8"), VersionError::ParseError(msg) => { - write!(f, "`gnuplot --version` returned an unparseable version string: {}", msg) + write!(f, "`gnuplot --version` returned an unparsable version string: {}", msg) } } }