Skip to content

Commit cab3807

Browse files
chore(deps): update dependency benchmarkdotnet to 0.15.2 (#494)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [BenchmarkDotNet](https://redirect.github.com/dotnet/BenchmarkDotNet) | `0.15.0` -> `0.15.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/BenchmarkDotNet/0.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/BenchmarkDotNet/0.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/BenchmarkDotNet/0.15.0/0.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/BenchmarkDotNet/0.15.0/0.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/BenchmarkDotNet (BenchmarkDotNet)</summary> ### [`v0.15.2`](https://redirect.github.com/dotnet/BenchmarkDotNet/releases/tag/v0.15.2): 0.15.2 Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html #### Highlights - The most significant update in this release is the enhanced accuracy of the memory diagnoser ([#&#8203;2562](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2562)). This improvement resolves the issue of incorrectly reported memory allocations ([#&#8203;1542](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/1542), [#&#8203;2582](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2582)). - We have introduced a new feature that allows users to sort benchmark jobs in numerical order ([#&#8203;2768](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2768), [#&#8203;2770](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2770)). - Benchmark validation has been improved ([#&#8203;2771](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2771)). - An issue with non-persistent auto-generated JobId has been fixed ([#&#8203;2777](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2777)). ### [`v0.15.1`](https://redirect.github.com/dotnet/BenchmarkDotNet/releases/tag/v0.15.1): 0.15.1 Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html #### Highlights - Added support for \*.slnx ([#&#8203;2763](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2763), [#&#8203;2764](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2764)) - Enabled ArgumentsSource to reference methods in other types ([#&#8203;2744](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2744), [#&#8203;2748](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2748)) - Resolved fatal errors for ARM CPUs ([#&#8203;2745](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2745), [#&#8203;2756](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2756)) - Fixed bugs related to support for Android, browser, iOS, and tvOS ([#&#8203;2739](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2739), [#&#8203;2741](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2741), [#&#8203;2740](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2740), [#&#8203;2742](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2742)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/dotnet-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 349c073 commit cab3807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup Label="test">
2424
<PackageVersion Include="AutoFixture" Version="5.0.0-preview0012" />
25-
<PackageVersion Include="BenchmarkDotNet" Version="0.15.0" />
25+
<PackageVersion Include="BenchmarkDotNet" Version="0.15.2" />
2626
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
2727
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
2828
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />

0 commit comments

Comments
 (0)