NBench 2.0.1
Install-Package NBench -Version 2.0.1
dotnet add package NBench --version 2.0.1
<PackageReference Include="NBench" Version="2.0.1" />
paket add NBench --version 2.0.1
#r "nuget: NBench, 2.0.1"
// Install NBench as a Cake Addin
#addin nuget:?package=NBench&version=2.0.1
// Install NBench as a Cake Tool
#tool nuget:?package=NBench&version=2.0.1
Cross-platform performance benchmarking and testing framework for .NET applications.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NBench:
Package | Downloads |
---|---|
Pro.NBench.xUnit
Allows NBench tests to be discovered, executed, reported, and debugged using xUnit in ReSharper, and Visual Studio Test Explorer. Please refer to the project Url for usage information: https://github.com/Pro-Coded/Pro.NBench.xUnit |
|
NBench.PerformanceCounters
Windows only. Adds performance counter support to NBench measurements. |
|
NBench.Runner.DotNetCli
Cross-platform performance benchmarking and testing framework for .NET applications. |
|
NBench-PerfAssert
Package Description |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on NBench:
Repository | Stars |
---|---|
akkadotnet/akka.net
Port of Akka actors for .NET
|
|
Azure/DotNetty
DotNetty project – a port of netty, event-driven asynchronous network application framework
|
|
RicoSuter/NJsonSchema
JSON Schema reader, generator and validator for .NET
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects https://redirect.sonarsource.com/plugins/vbnet.html
|
|
helios-io/helios
reactive socket middleware for .NET
|
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 122,523 | 2/25/2020 |
2.0.0 | 473 | 2/24/2020 |
1.2.2 | 138,446 | 7/24/2018 |
1.2.1 | 2,220 | 7/11/2018 |
1.2.0 | 950 | 7/10/2018 |
1.1.0 | 5,732 | 7/2/2018 |
1.0.4 | 119,389 | 6/16/2017 |
1.0.3 | 1,080 | 6/11/2017 |
1.0.2 | 1,151 | 6/2/2017 |
1.0.1 | 23,887 | 3/31/2017 |
1.0.0 | 3,764 | 3/15/2017 |
0.3.4 | 33,404 | 12/16/2016 |
0.3.3 | 1,294 | 12/8/2016 |
0.3.2 | 1,010 | 12/8/2016 |
0.3.1 | 10,822 | 8/16/2016 |
0.3.0 | 7,610 | 5/24/2016 |
0.2.2 | 2,197 | 5/3/2016 |
0.2.1 | 2,256 | 4/7/2016 |
0.2.0 | 993 | 4/6/2016 |
0.1.6 | 1,505 | 2/15/2016 |
0.1.5 | 12,806 | 12/10/2015 |
0.1.4 | 922 | 12/10/2015 |
0.1.3 | 924 | 12/8/2015 |
0.1.2 | 892 | 12/8/2015 |
0.1.1 | 890 | 12/7/2015 |
0.1.0 | 1,063 | 12/4/2015 |
0.0.2 | 1,132 | 12/4/2015 |
NBench 2.0.0 is a major departure from NBench 1.2 and preceding versions, and these changes were done in order to support NBench's future as a cutting-edge, cross-platform performance testing and macro benchmarking framework:
- `dotnet nbench` and `NBench.Runner` are both now deprecated - [NBench is now run from directly inside a console application created by end-users](https://nbench.io/articles/quickstart.html). This makes it easier to configure, debug, and create benchmarks on new .NET Core platforms without having to wait for additional instrumentation or tooling from NBench itself.
- NBench no longer supports .NET Framework explicitly; moving forward NBench will only support .NET Standard 2.0 and later (.NET Framework 4.6.1 and greater or .NET Core 2.0 and greater.)
- We've added a new documentation website for NBench: https://nbench.io/
- NBench now supports configuration as code through the [`TestPackage` class](https://nbench.io/api/NBench.Sdk.TestPackage.html).
For a full set of changes, [please see the NBench 2.0.0 milestone on Github](https://github.com/petabridge/NBench/milestone/3).
---
2.0.1 Notes:
Fixed error with setting thread priority on Linux;
Fixed NuGet symbol publication;
And more.
For a full set of changes, [please see the NBench 2.0.1 milestone on Github](https://github.com/petabridge/NBench/milestone/8).