NBench.PerformanceCounters
0.3.1
See the version list below for details.
dotnet add package NBench.PerformanceCounters --version 0.3.1
NuGet\Install-Package NBench.PerformanceCounters -Version 0.3.1
<PackageReference Include="NBench.PerformanceCounters" Version="0.3.1" />
paket add NBench.PerformanceCounters --version 0.3.1
#r "nuget: NBench.PerformanceCounters, 0.3.1"
// Install NBench.PerformanceCounters as a Cake Addin #addin nuget:?package=NBench.PerformanceCounters&version=0.3.1 // Install NBench.PerformanceCounters as a Cake Tool #tool nuget:?package=NBench.PerformanceCounters&version=0.3.1
PerformanceCounter measurements and assertions for NBench
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
-
- NBench (>= 0.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 7,696 | 7/24/2018 |
1.2.1 | 1,773 | 7/11/2018 |
1.2.0 | 1,038 | 7/10/2018 |
1.1.0 | 933 | 7/2/2018 |
1.0.4 | 1,934 | 6/16/2017 |
1.0.3 | 990 | 6/11/2017 |
1.0.2 | 989 | 6/2/2017 |
1.0.1 | 1,035 | 3/31/2017 |
1.0.0 | 1,058 | 3/15/2017 |
0.3.4 | 20,916 | 12/16/2016 |
0.3.3 | 1,316 | 12/8/2016 |
0.3.2 | 1,064 | 12/8/2016 |
0.3.1 | 1,202 | 8/16/2016 |
0.3.0 | 3,620 | 5/24/2016 |
0.2.2 | 1,074 | 5/3/2016 |
0.2.1 | 1,658 | 4/7/2016 |
0.2.0 | 1,046 | 4/6/2016 |
NBench v0.3.1 introduces full Mono support for cross-platform benchmarks to both `NBench.Runner` as well as the core `NBench` library.
No major new changes have been added feature wise, but we've worked around issues specific to Linux permissions and have tailored the core NBench package to be able to run benchmarks on any platform.
Here's an example of some [side-by-side NBench benchmarks on Mono vs. .NET 4.6.2](https://gist.github.com/Aaronontheweb/228507db024fe00ee88b5e5f14e6d679).
NBench.PerformanceCounters is platform-specific to Windows and thus can't be supported on Linux.
[Read the full list of changes in NBench v0.3.1 here](https://github.com/petabridge/NBench/milestone/1).