-
-
Notifications
You must be signed in to change notification settings - Fork 981
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12bf220
commit 858a86f
Showing
8 changed files
with
87 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Milestone details | ||
|
||
In the [v0.13.4](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.4) scope, | ||
1 issues were resolved and 4 pull requests were merged. | ||
This release includes 7 commits by 5 contributors. | ||
|
||
## Resolved issues (1) | ||
|
||
* [#2237](https://github.com/dotnet/BenchmarkDotNet/issues/2237) Version 0.13.3 breaks LINQPad (and any non-Console application) | ||
|
||
## Merged pull requests (4) | ||
|
||
* [#2206](https://github.com/dotnet/BenchmarkDotNet/pull/2206) Add single quote when use pattern with filters (by [@erlangxk](https://github.com/erlangxk)) | ||
* [#2218](https://github.com/dotnet/BenchmarkDotNet/pull/2218) Improve getting started guide (by [@reflectronic](https://github.com/reflectronic)) | ||
* [#2238](https://github.com/dotnet/BenchmarkDotNet/pull/2238) Fix IOException when Console window unavailable (#2237) (by [@albahari](https://github.com/albahari)) | ||
* [#2243](https://github.com/dotnet/BenchmarkDotNet/pull/2243) JitStatsDiagnoser (by [@adamsitnik](https://github.com/adamsitnik)) | ||
|
||
## Commits (7) | ||
|
||
* [dc7734](https://github.com/dotnet/BenchmarkDotNet/commit/dc7734d3eba06880428c0e16d287c9ca837a9d40) Postrelease v0.13.3 update (by [@AndreyAkinshin](https://github.com/AndreyAkinshin)) | ||
* [e04e2d](https://github.com/dotnet/BenchmarkDotNet/commit/e04e2d7d0cc4fefb954f8a8bd90b8f82100802f9) Fix IOException when Console window unavailable (#2237) (#2238) (by [@albahari](https://github.com/albahari)) | ||
* [7694d0](https://github.com/dotnet/BenchmarkDotNet/commit/7694d0e79b7446373f893ff532b801a519f1b700) Update copyright year (by [@AndreyAkinshin](https://github.com/AndreyAkinshin)) | ||
* [5e8a31](https://github.com/dotnet/BenchmarkDotNet/commit/5e8a318d2243701d0141d74a6c89307149486156) Revert comments in DocFxChangelogDownloadTask (by [@AndreyAkinshin](https://github.com/AndreyAkinshin)) | ||
* [ea0eb2](https://github.com/dotnet/BenchmarkDotNet/commit/ea0eb2fe403cab9c1daa0e5aa6e42ab038100418) Add single quote when use pattern with filters (#2206) (by [@erlangxk](https://github.com/erlangxk)) | ||
* [0cf185](https://github.com/dotnet/BenchmarkDotNet/commit/0cf185020583a5c5c987d064d09426edc4399a5b) Improve getting started guide (#2218) (by [@reflectronic](https://github.com/reflectronic)) | ||
* [12bf22](https://github.com/dotnet/BenchmarkDotNet/commit/12bf220e11fddc8e65b066eb1f300b63bfde7e9b) JitStatsDiagnoser (#2243) (by [@adamsitnik](https://github.com/adamsitnik)) | ||
|
||
## Contributors (5) | ||
|
||
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik)) | ||
* albahari ([@albahari](https://github.com/albahari)) | ||
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin)) | ||
* erlangxk ([@erlangxk](https://github.com/erlangxk)) | ||
* John Tur ([@reflectronic](https://github.com/reflectronic)) | ||
|
||
Thank you very much! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
_Date: TBA_ | ||
|
||
_Milestone: [v0.13.4](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.4)_ | ||
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.3...v0.13.4)) | ||
|
||
_NuGet Packages:_ | ||
* https://www.nuget.org/packages/BenchmarkDotNet/0.13.4 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.4 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.4 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Highlights | ||
|
||
* Fixed LINQPad support | ||
[#2237](https://github.com/dotnet/BenchmarkDotNet/issues/2237) | ||
[#2238](https://github.com/dotnet/BenchmarkDotNet/pull/2238) | ||
* New `JitStatsDiagnoser` | ||
[#2243](https://github.com/dotnet/BenchmarkDotNet/pull/2243) | ||
* Minor documentation improvements | ||
[#2206](https://github.com/dotnet/BenchmarkDotNet/pull/2206) | ||
[#2218](https://github.com/dotnet/BenchmarkDotNet/pull/2218) | ||
|
||
## JitStatsDiagnoser | ||
|
||
This new diagnoser introduced in ([#2243](https://github.com/dotnet/BenchmarkDotNet/pull/2243)) allows getting advanced JIT statistics. | ||
|
||
Sample usage: | ||
|
||
```cmd | ||
dotnet run -c Release -f net7.0 --filter *IntroBasic.Sleep --profiler jit | ||
``` | ||
|
||
Result: | ||
|
||
| Method | Mean | Error | StdDev | Methods JITted | Methods Tiered | JIT allocated memory | | ||
|------- |---------:|---------:|---------:|---------------:|---------------:|---------------------:| | ||
| Sleep | 15.53 ms | 0.034 ms | 0.032 ms | 1,102 | 15 | 221,736 B | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
- name: v0.13.4 | ||
href: v0.13.4.md | ||
- name: v0.13.3 | ||
href: v0.13.3.md | ||
- name: v0.13.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters