[docs] Prepare v0.14.0 changelog
This commit is contained in:
Родитель
b3fbe7c489
Коммит
17cf3b0a71
|
@ -30,7 +30,7 @@ It's no harder than writing unit tests!
|
|||
Under the hood, it performs a lot of [magic](#automation) that guarantees [reliable and precise](#reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
|
||||
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
|
||||
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
|
||||
BenchmarkDotNet is already adopted by [19100+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
|
||||
BenchmarkDotNet is already adopted by [22000+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
|
||||
[.NET Runtime](https://github.com/dotnet/runtime),
|
||||
[.NET Compiler](https://github.com/dotnet/roslyn),
|
||||
[.NET Performance](https://github.com/dotnet/performance),
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
_Date: TBA_
|
||||
|
||||
_Milestone: [v0.14.0](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.14.0)_
|
||||
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.12...v0.14.0))
|
||||
|
||||
_NuGet Packages:_
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet/0.14.0
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.14.0
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotMemory/0.14.0
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.14.0
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.14.0
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet.Exporters.Plotting/0.14.0
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.14.0
|
||||
* https://www.nuget.org/packages/BenchmarkDotNet.TestAdapter/0.14.0
|
|
@ -1,5 +1,8 @@
|
|||
## Highlights
|
||||
|
||||
* Introduce `BenchmarkDotNet.Diagnostics.dotMemory` [#2549](https://github.com/dotnet/BenchmarkDotNet/pull/2549): memory allocation profile of your benchmarks using [dotMemory](https://www.jetbrains.com/dotmemory/), see @BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
|
||||
* Introduce `BenchmarkDotNet.Exporters.Plotting` [#2560](https://github.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
|
||||
|
|
Загрузка…
Ссылка в новой задаче