Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

This PR contains the following updates:

Package Change Age Confidence
BenchmarkDotNet 0.13.8 -> 0.15.8 age confidence

Release Notes

dotnet/BenchmarkDotNet (BenchmarkDotNet)

v0.15.8: BenchmarkDotNet v0.15.8

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.8.html

v0.15.7: BenchmarkDotNet v0.15.7

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.7.html

v0.15.6: BenchmarkDotNet v0.15.6

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html

v0.15.5: 0.15.5

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html

v0.15.4: 0.15.4

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html

Highlights

Allow override method/property for ParamsSource (#​2832)

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 #​2828
  • Support benchmark filtering for TestAdapter #​2662 #​2788
  • Support non-primitive external types in ArgumentsSource #​2820
  • Enable MSBuild parallel build via --nodeReuse:false #​2693 #​2814
  • Improve CPU detection #​2747 #​2749
  • Enable assembly signing for debug build #​2774

Deprecations:

Bug fixes:

  • Fix InvalidOperationException in diagnosers #​2758 #​2805
  • Fix file detection in NativeMemoryProfiler #​2794 #​2795
  • Fix long file paths issue in EtwProfiler #​2807 #​2808
  • Fix log duplications in TestAdapter #​2790
  • Fix x86 disassembler error for net462 #​2792
  • Fix IsNetCore and IsNativeAOT for single-file apps without AOT #​2799
  • Fix density plot generation in RPlotExporter for latest version of R #​2809

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 (#​2562). This improvement resolves the issue of incorrectly reported memory allocations (#​1542, #​2582).
  • We have introduced a new feature that allows users to sort benchmark jobs in numerical order (#​2768, #​2770).
  • Benchmark validation has been improved (#​2771).
  • An issue with non-persistent auto-generated JobId has been fixed (#​2777).

v0.15.1: 0.15.1

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html

Highlights

v0.15.0: 0.15.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html

v0.14.0: 0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #​2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #​2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

v0.13.12: 0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE!
The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#​2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

v0.13.11: 0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #​2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #​2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #​2388 Include AVX512 in listed HardwareIntrinsics
  • #​2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

Commits (28)

Contributors (7)

Thank you very much!

v0.13.10: 0.13.10

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.10.html

Highlights

Initial support of .NET 9 and minor bug fixes.

Details

In the v0.13.10 scope,
2 issues were resolved and 3 pull requests were merged.
This release includes 10 commits by 4 contributors.

Resolved issues (2)

Merged pull requests (3)

Commits (10)

Contributors (4)

Thank you very much!

v0.13.9: 0.13.9

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.9.html

In the v0.13.9 scope, 3 issues were resolved and 7 pull requests were merged. This release includes 26 commits by 5 contributors.

Resolved issues (3)

Merged pull requests (7)

Commits (26)

Contributors (5)

Thank you very much!


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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file. label Oct 5, 2023
@github-actions github-actions bot added the maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. label Oct 5, 2023
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to v0.13.9 Update dependency BenchmarkDotNet to v0.13.10 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 678896a to 361c3d3 Compare November 1, 2023 20:02
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to v0.13.10 Update dependency BenchmarkDotNet to v0.13.11 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 361c3d3 to 2f24b7d Compare December 6, 2023 13:33
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from 232bd37 to 0149485 Compare December 17, 2023 04:41
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to v0.13.11 Update dependency BenchmarkDotNet to v0.13.12 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 0149485 to 3d16929 Compare January 5, 2024 19:22
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to v0.13.12 Update dependency BenchmarkDotNet to v0.14.0 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 3d16929 to 76da1e1 Compare August 6, 2024 15:10
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to v0.14.0 Update dependency BenchmarkDotNet to 0.14.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from 0c06f4b to 9e5c906 Compare December 26, 2024 05:47
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 9e5c906 to e692bbe Compare May 22, 2025 21:06
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.14.0 Update dependency BenchmarkDotNet to 0.15.0 May 22, 2025
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.0 Update dependency BenchmarkDotNet to 0.15.1 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from 312a3fd to a4b8cf7 Compare June 16, 2025 12:59
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.1 Update dependency BenchmarkDotNet to 0.15.2 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from a4b8cf7 to 8e0accc Compare September 17, 2025 16:58
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.2 Update dependency BenchmarkDotNet to 0.15.3 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 8e0accc to ced9b88 Compare September 24, 2025 15:37
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.3 Update dependency BenchmarkDotNet to 0.15.4 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from ced9b88 to ff026bb Compare October 30, 2025 21:57
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.4 Update dependency BenchmarkDotNet to 0.15.5 Oct 30, 2025
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.5 Update dependency BenchmarkDotNet to 0.15.6 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from ff026bb to 9592b8d Compare November 5, 2025 10:10
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 9592b8d to 2f14bd7 Compare November 13, 2025 02:06
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.6 Update dependency BenchmarkDotNet to 0.15.7 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 2f14bd7 to 6537245 Compare November 13, 2025 20:34
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.7 Update dependency BenchmarkDotNet to 0.15.6 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 6537245 to 6241249 Compare November 30, 2025 05:10
@renovate renovate bot changed the title Update dependency BenchmarkDotNet to 0.15.6 Update dependency BenchmarkDotNet to 0.15.8 Nov 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. maintenance Pull requests that perform maintenance on the project but add no features or bug fixes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant