Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency BenchmarkDotNet to 0.14.0 #646

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
BenchmarkDotNet 0.13.8 -> 0.14.0 age adoption passing confidence

Release Notes

dotnet/BenchmarkDotNet (BenchmarkDotNet)

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

0 participants