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

MINOR: [C#] Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.5 to 0.13.7 in /csharp #37035

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps BenchmarkDotNet.Diagnostics.Windows from 0.13.5 to 0.13.7.

Release notes

Sourced from BenchmarkDotNet.Diagnostics.Windows's releases.

BenchmarkDotNet v0.13.7

This release contains a bunch of important bug fixes.

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

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

Commits
  • c02aeaa Prepare v0.13.7 changelog
  • fd5b766 Fix PlatformNotSupportedException thrown on Android in ConsoleTitler (#2390)
  • 914ee71 perfcollect: don't restore symbols for local builds (#2384)
  • 90ef2ae Fix debug build (#2385)
  • 6573422 Bump xUnit: 2.4.2->2.5.0
  • da02fdc Upgrade setup-node in spellcheck-docs workflow
  • a89ad26 Fix path in dotnet nuget push command
  • dc365e1 Add snupkg to nightly workflow artifacts
  • b912a8e Code cleanup
  • f8ab518 Enable nullable annotations for the whole solution
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.5 to 0.13.7.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.5...v0.13.7)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet.Diagnostics.Windows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from westonpace as a code owner August 7, 2023 16:44
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Aug 7, 2023
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Aug 7, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 3937fdb into main Aug 7, 2023
12 of 16 checks passed
@kou kou removed the awaiting changes Awaiting changes label Aug 7, 2023
@dependabot dependabot bot deleted the dependabot/nuget/csharp/BenchmarkDotNet.Diagnostics.Windows-0.13.7 branch August 7, 2023 20:51
@github-actions github-actions bot added the awaiting merge Awaiting merge label Aug 7, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 3937fdb.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
….13.7 in /csharp (apache#37035)

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.5 to 0.13.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/BenchmarkDotNet/releases">BenchmarkDotNet.Diagnostics.Windows's releases</a>.</em></p>
<blockquote>
<h2>BenchmarkDotNet v0.13.7</h2>
<p>This release contains a bunch of important bug fixes.</p>
<p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.7.html">https://benchmarkdotnet.org/changelog/v0.13.7.html</a></p>
<h2>BenchmarkDotNet v0.13.6</h2>
<h2>Highlights</h2>
<ul>
<li>New <a href="https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace">BenchmarkDotNet.Diagnostics.dotTrace</a> NuGet package. Once this package is installed, you can annotate your benchmarks with the <code>[DotTraceDiagnoser]</code> and get a <a href="https://www.jetbrains.com/profiler/">dotTrace</a> performance snapshot at the end of the benchmark run. <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2328">#2328</a></li>
<li>Updated documentation website. We migrated to <a href="https://dotnet.github.io/docfx/">docfx</a> 2.67 and got the refreshed modern template based on bootstrap 5 with dark/light theme switcher.</li>
<li>Updated <a href="https://www.nuget.org/packages/BenchmarkDotNet.Templates">BenchmarkDotNet.Templates</a>. Multiple issues were resolved, now you can create new benchmark projects from terminal or your favorite IDE. <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/1658">#1658</a> <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/1881">#1881</a> <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2149">#2149</a> <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2338">#2338</a></li>
<li>Response file support. Now it's possible to pass additional arguments to BenchmarkDotNet using <code>@ filename</code> syntax. <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2320">#2320</a> <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2348">#2348</a></li>
<li>Custom runtime support. <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2285">#2285</a></li>
<li>Introduce CategoryDiscoverer, see <a href="https://github.com/dotnet/BenchmarkDotNet/blob/HEAD/xref:BenchmarkDotNet.Samples.IntroCategoryDiscoverer"><code>IntroCategoryDiscoverer</code></a>. <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2306">#2306</a> <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2307">#2307</a></li>
<li>Multiple bug fixes.</li>
</ul>
<p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.6.html">https://benchmarkdotnet.org/changelog/v0.13.6.html</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c02aeaa23cc4a7d4c3bda367a659580d5340ee93"><code>c02aeaa</code></a> Prepare v0.13.7 changelog</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/fd5b76691505d53f3e934f8502629c006539e82c"><code>fd5b766</code></a> Fix PlatformNotSupportedException thrown on Android in ConsoleTitler (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2390">#2390</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/914ee7187340761594728497a9f0163a1ecddf67"><code>914ee71</code></a> perfcollect: don't restore symbols for local builds (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2384">#2384</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/90ef2aecd0bd0c2b935975999053e20d9cdaae74"><code>90ef2ae</code></a> Fix debug build (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2385">#2385</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/657342284766bbf72bd3fa91eec5aca12b73bf27"><code>6573422</code></a> Bump xUnit: 2.4.2-&gt;2.5.0</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/da02fdc4da2799d0a6ba520a97bbb3a7f234420a"><code>da02fdc</code></a> Upgrade setup-node in spellcheck-docs workflow</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/a89ad265c107dd4fd9a7eba1b020ad6d48d87094"><code>a89ad26</code></a> Fix path in dotnet nuget push command</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/dc365e1cf06089d8cca7b4cb7c98b4b402c14681"><code>dc365e1</code></a> Add snupkg to nightly workflow artifacts</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/b912a8e70273761fd468a35c9176be0e50f7ed31"><code>b912a8e</code></a> Code cleanup</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/f8ab51870b9a3d5493a861bc395fea9a0a6ace27"><code>f8ab518</code></a> Enable nullable annotations for the whole solution</li>
<li>Additional commits viewable in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.5...v0.13.7">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BenchmarkDotNet.Diagnostics.Windows&package-manager=nuget&previous-version=0.13.5&new-version=0.13.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Lead-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant