You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## [Unreleased]
9
+
8
10
## [0.4.0] - IN DEVELOPMENT
9
11
10
12
### Removed
@@ -35,6 +37,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
35
37
- When using `bench_with_input`, the input parameter will now be passed through `black_box` before
36
38
passing it to the benchmark.
37
39
40
+
## [0.3.6] - 2022-07-06
41
+
### Changed
42
+
- MSRV bumped to 1.49
43
+
- Symbol for microseconds changed from ASCII 'us' to unicode 'µs'
44
+
- Documentation fixes
45
+
- Clippy fixes
46
+
38
47
## [0.3.5] - 2021-07-26
39
48
40
49
### Fixed
@@ -493,7 +502,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
@@ -514,3 +528,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Some things that will increase the chance that your pull request is accepted:
60
60
* PRs with breaking changes are made against the unreleased branch. e.g. branch version-0.4
61
61
* PRs without breaking changes are made against the master branch.
62
62
63
-
If your not sure which branch to use just start with master, as this can be changed during review.
63
+
If you're not sure which branch to use just start with master, as this can be changed during review.
64
64
65
65
When it is time to release the unreleased branch, a PR is made from the unreleased branch to master. e.g. https://github.com/bheisler/criterion.rs/pull/496
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ For more details, see the [CONTRIBUTING.md file](https://github.com/bheisler/cri
117
117
### Compatibility Policy
118
118
119
119
Criterion.<span></span>rs supports the last three stable minor releases of Rust. At time of
120
-
writing, this means Rust 1.50 or later. Older versions may work, but are not guaranteed.
120
+
writing, this means Rust 1.59 or later. Older versions may work, but are not guaranteed.
121
121
122
122
Currently, the oldest version of Rust believed to work is 1.56.1. Future versions of Criterion.<span></span>rs may
123
123
break support for such old versions, and this will not be considered a breaking change. If you
Copy file name to clipboardExpand all lines: book/src/user_guide/html_report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# HTML Report
2
2
3
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
4
+
`target/criterion/reports/index.html`. By default, the plots are generated using
5
5
[gnuplot](http://www.gnuplot.info/) if it is available, or the
6
6
[plotters](https://github.com/38/plotters) crate if it is not. The example below was generated
7
7
using the gnuplot backend, but the charts generated by plotters are similar.
0 commit comments