Skip to content

chore(deps): update dependency benchmarkdotnet to 0.15.2 - autoclosed#298

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/benchmarkdotnet-0.x
Closed

chore(deps): update dependency benchmarkdotnet to 0.15.2 - autoclosed#298
renovate[bot] wants to merge 1 commit intomainfrom
renovate/benchmarkdotnet-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

This PR contains the following updates:

Package Change Age Confidence
BenchmarkDotNet 0.13.5 -> 0.15.2 age confidence

Release Notes

dotnet/BenchmarkDotNet (BenchmarkDotNet)

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!

v0.13.8: 0.13.8

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

Highlights

This release contains important bug fixes.

What's Changed

New Contributors

Full Changelog: dotnet/BenchmarkDotNet@v0.13.7...v0.13.8

v0.13.7: BenchmarkDotNet v0.13.7

This release contains a bunch of important bug fixes.

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

What's Changed

New Contributors

Full Changelog: dotnet/BenchmarkDotNet@v0.13.6...v0.13.7

v0.13.6: BenchmarkDotNet v0.13.6

Highlights

  • New BenchmarkDotNet.Diagnostics.dotTrace NuGet package. Once this package is installed, you can annotate your benchmarks with the [DotTraceDiagnoser] and get a dotTrace performance snapshot at the end of the benchmark run. #​2328
  • Updated documentation website. We migrated to docfx 2.67 and got the refreshed modern template based on bootstrap 5 with dark/light theme switcher.
  • Updated BenchmarkDotNet.Templates. Multiple issues were resolved, now you can create new benchmark projects from terminal or your favorite IDE. #​1658 #​1881 #​2149 #​2338
  • Response file support. Now it's possible to pass additional arguments to BenchmarkDotNet using @filename syntax. #​2320 #​2348
  • Custom runtime support. #​2285
  • Introduce CategoryDiscoverer, see IntroCategoryDiscoverer. #​2306 #​2307
  • Multiple bug fixes.

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


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 force-pushed the renovate/benchmarkdotnet-0.x branch from 416e719 to 8821663 Compare February 18, 2024 00:37
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 8821663 to 6a90910 Compare February 18, 2024 00:55
@ChrisPulman ChrisPulman enabled auto-merge (squash) February 18, 2024 00:58
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 6 times, most recently from 75ff4b6 to a7722ba Compare February 24, 2024 09:30
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from c240cfc to c991bbb Compare March 3, 2024 15:15
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from c991bbb to 0cfdb53 Compare March 12, 2024 16:53
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 0cfdb53 to ecfcba2 Compare April 1, 2024 09:02
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from ecfcba2 to 826c177 Compare June 2, 2024 23:08
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 826c177 to 169f6b1 Compare July 31, 2024 23:28
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 169f6b1 to bf6f740 Compare August 16, 2024 15:28
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to v0.13.12 chore(deps): update dependency benchmarkdotnet to v0.14.0 Aug 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to v0.14.0 chore(deps): update dependency benchmarkdotnet to 0.14.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 4 times, most recently from 6f73544 to 525980d Compare September 23, 2024 08:00
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from a74a13c to 14483d5 Compare October 13, 2024 19:25
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from 0d4f8db to b1d9303 Compare November 25, 2024 00:33
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from 35bb30a to 5aef876 Compare March 28, 2025 01:04
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 2 times, most recently from ac2ce1a to c40b691 Compare March 31, 2025 23:52
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 6 times, most recently from 2a48650 to 3797c13 Compare May 13, 2025 10:39
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 3797c13 to f299df7 Compare June 5, 2025 21:42
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to 0.14.0 chore(deps): update dependency benchmarkdotnet to 0.15.0 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from f299df7 to d91632c Compare June 6, 2025 03:35
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from d91632c to d8fa0b4 Compare June 19, 2025 15:28
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to 0.15.0 chore(deps): update dependency benchmarkdotnet to 0.15.1 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from d8fa0b4 to 3580739 Compare June 26, 2025 16:55
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to 0.15.1 chore(deps): update dependency benchmarkdotnet to 0.15.2 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 3580739 to 456a4ff Compare July 13, 2025 00:38
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 456a4ff to 14bbfff Compare August 18, 2025 00:19
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch 4 times, most recently from 332c3ba to 67346d8 Compare September 7, 2025 21:43
@renovate renovate bot force-pushed the renovate/benchmarkdotnet-0.x branch from 67346d8 to 67057ed Compare September 8, 2025 07:19
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to 0.15.2 chore(deps): update dependency benchmarkdotnet to 0.15.2 - autoclosed Sep 11, 2025
@renovate renovate bot closed this Sep 11, 2025
auto-merge was automatically disabled September 11, 2025 00:50

Pull request was closed

@renovate renovate bot deleted the renovate/benchmarkdotnet-0.x branch September 11, 2025 00:50
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant