Skip to content

Commit c6cac4c

Browse files
chore(deps): update dependency benchmarkdotnet to 0.15.3 (#4141)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [BenchmarkDotNet](https://redirect.github.com/dotnet/BenchmarkDotNet) | `0.15.2` -> `0.15.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/BenchmarkDotNet/0.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/BenchmarkDotNet/0.15.2/0.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/BenchmarkDotNet (BenchmarkDotNet)</summary> ### [`v0.15.3`](https://redirect.github.com/dotnet/BenchmarkDotNet/releases/tag/v0.15.3): 0.15.3 Full changelog: <https://benchmarkdotnet.org/changelog/v0.15.3.html> #### Highlights Improvements: - Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU summary [#&#8203;2828](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2828) - Support benchmark filtering for TestAdapter [#&#8203;2662](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2662) [#&#8203;2788](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2788) - Support non-primitive external types in `ArgumentsSource` [#&#8203;2820](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2820) - Enable MSBuild parallel build via `--nodeReuse:false` [#&#8203;2693](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2693) [#&#8203;2814](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2814) - Improve CPU detection [#&#8203;2747](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2747) [#&#8203;2749](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2749) - Enable assembly signing for debug build [#&#8203;2774](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2774) Deprecations: - Deprecated `WithNuget` [#&#8203;2812](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2812) Bug fixes: - Fix `InvalidOperationException` in diagnosers [#&#8203;2758](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2758) [#&#8203;2805](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2805) - Fix file detection in `NativeMemoryProfiler` [#&#8203;2794](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2794) [#&#8203;2795](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2795) - Fix long file paths issue in `EtwProfiler` [#&#8203;2807](https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2807) [#&#8203;2808](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2808) - Fix log duplications in TestAdapter [#&#8203;2790](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2790) - Fix x86 disassembler error for net462 [#&#8203;2792](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2792) - Fix `IsNetCore` and `IsNativeAOT` for single-file apps without AOT [#&#8203;2799](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2799) - Fix density plot generation in `RPlotExporter` for latest version of R [#&#8203;2809](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2809) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a0d9e5 commit c6cac4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Benchmarks/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="BenchmarkDotNet" Version="0.15.2" />
7+
<PackageVersion Include="BenchmarkDotNet" Version="0.15.3" />
88
</ItemGroup>
99

1010
<!-- Inherit parent props file if one exists. -->

0 commit comments

Comments
 (0)