NBench 1.2.0
See the version list below for details.
dotnet add package NBench --version 1.2.0
NuGet\Install-Package NBench -Version 1.2.0
<PackageReference Include="NBench" Version="1.2.0" />
paket add NBench --version 1.2.0
#r "nuget: NBench, 1.2.0"
// Install NBench as a Cake Addin #addin nuget:?package=NBench&version=1.2.0 // Install NBench as a Cake Tool #tool nuget:?package=NBench&version=1.2.0
Cross-platform performance benchmarking and testing framework for .NET applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 1.6
- Microsoft.Extensions.DependencyModel (>= 1.1.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Contracts (>= 4.0.1)
- System.Diagnostics.Process (>= 4.1.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Loader (>= 4.0.0)
- System.Threading.Thread (>= 4.0.0)
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 (8)
Showing the top 5 popular GitHub repositories that depend on NBench:
Repository | Stars |
---|---|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
|
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
|
|
helios-io/helios
reactive socket middleware for .NET
|
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 293,426 | 2/25/2020 |
2.0.0 | 683 | 2/24/2020 |
1.2.2 | 229,956 | 7/24/2018 |
1.2.1 | 2,614 | 7/11/2018 |
1.2.0 | 1,226 | 7/10/2018 |
1.1.0 | 7,073 | 7/2/2018 |
1.0.4 | 124,764 | 6/16/2017 |
1.0.3 | 1,373 | 6/11/2017 |
1.0.2 | 1,535 | 6/2/2017 |
1.0.1 | 25,853 | 3/31/2017 |
1.0.0 | 4,143 | 3/15/2017 |
0.3.4 | 44,714 | 12/16/2016 |
0.3.3 | 1,704 | 12/8/2016 |
0.3.2 | 1,381 | 12/8/2016 |
0.3.1 | 11,342 | 8/16/2016 |
0.3.0 | 8,312 | 5/24/2016 |
0.2.2 | 2,563 | 5/3/2016 |
0.2.1 | 2,654 | 4/7/2016 |
0.2.0 | 1,387 | 4/6/2016 |
0.1.6 | 1,782 | 2/15/2016 |
0.1.5 | 15,106 | 12/10/2015 |
0.1.4 | 1,172 | 12/10/2015 |
0.1.3 | 1,173 | 12/8/2015 |
0.1.2 | 1,143 | 12/8/2015 |
0.1.1 | 1,128 | 12/7/2015 |
0.1.0 | 1,393 | 12/4/2015 |
0.0.2 | 1,470 | 12/4/2015 |
Introduces the `dotnet-nbench` package, which allows all NBench packages to be executed via the `dotnet` CLI regardless of how many frameworks are targeted by a particular project.
You can read more about the details of how the `dotnet-nbench` package works here: https://github.com/Petabridge/NBench/blob/master/README.md#running-nbench-tests-with-dotnet-nbench
Support for .NET Core 2.0 and 2.1**
All NBench runners now ship with native support for .NET Core 2.0 and .NET Core 2.1.