-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 66de231
authored
chore(deps): update dependency benchmarkdotnet to v0.14.0 (#3878)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [BenchmarkDotNet](https://togithub.com/dotnet/BenchmarkDotNet) |
`0.13.12` -> `0.14.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>dotnet/BenchmarkDotNet (BenchmarkDotNet)</summary>
###
[`v0.14.0`](https://togithub.com/dotnet/BenchmarkDotNet/releases/tag/v0.14.0):
0.14.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
#### Highlights
- Introduce `BenchmarkDotNet.Diagnostics.dotMemory`
[#​2549](https://togithub.com/dotnet/BenchmarkDotNet/pull/2549):
memory allocation profile of your benchmarks using
[dotMemory](https://www.jetbrains.com/dotmemory/), see
[@​BenchmarkDotNet](https://togithub.com/BenchmarkDotNet).Samples.IntroDotMemoryDiagnoser
- Introduce `BenchmarkDotNet.Exporters.Plotting`
[#​2560](https://togithub.com/dotnet/BenchmarkDotNet/pull/2560):
plotting via [ScottPlot](https://scottplot.net/) (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()`).
</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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/reactiveui/ReactiveUI).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 27e721a commit 66de231Copy full SHA for 66de231
1 file changed
+1
-1
lines changedsrc/Benchmarks/Directory.Packages.props
Copy file name to clipboardexpand all lines: src/Benchmarks/Directory.Packages.props+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments