NBench.Runner 1.1.0
Cross-platform performance benchmarking and testing framework for .NET applications.
No packages depend on NBench.Runner.
Fixes several major issues with the `NBench.Runner` executable and being able to support .NET Core dependencies. This is the first set of fixes in a series of ongoing changes designed to help make NBench more user-friendly, extensible, and capable of all manner of interesting performance-related tasks.
New Feature: Explicitly Settable `Counter`s**
`Counter` instances can now be explicitly set to increment or decrement by a known value:
```
var counter = new Counter(new AtomicCounter(), new CounterMetricName("foo"));
counter.Increment(10);
counter.Decrement(2);
Console.WriteLine(counter.Current); // will print out 8
```
Read [the full set of changes in NBench v1.1 here](https://github.com/petabridge/NBench/milestone/4).
.NET Framework 4.5.2
- NBench (>= 1.1.0)
.NET Core 1.1
- NBench (>= 1.1.0)
- Microsoft.NETCore.App (>= 1.1.2)
- System.Collections.Specialized (>= 4.3.0)
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 20 | 04/10/2024 |
1.2.1 | 15 | 04/10/2024 |
1.2.0 | 19 | 04/10/2024 |
1.1.0 | 22 | 02/13/2024 |
1.0.4 | 19 | 04/10/2024 |
1.0.3 | 21 | 02/13/2024 |
1.0.2 | 17 | 02/13/2024 |
1.0.1 | 19 | 02/13/2024 |
1.0.0 | 18 | 02/13/2024 |
0.3.4 | 41 | 02/13/2024 |
0.3.3 | 21 | 02/13/2024 |
0.3.2 | 40 | 02/13/2024 |
0.3.1 | 23 | 02/13/2024 |
0.3.0 | 22 | 02/13/2024 |
0.2.2 | 21 | 02/13/2024 |
0.2.1 | 20 | 02/13/2024 |
0.2.0 | 19 | 02/13/2024 |
0.1.6 | 32 | 02/10/2020 |
0.1.5 | 19 | 02/10/2020 |
0.1.4 | 25 | 02/13/2024 |
0.1.3 | 31 | 02/13/2024 |
0.1.2 | 31 | 02/13/2024 |
0.1.1 | 29 | 02/13/2024 |
0.1.0 | 18 | 02/13/2024 |