NBench.Runner 1.0.3

NBench is a cross-platform automated performance profiling and testing framework for.NET applications.

No packages depend on NBench.Runner.

This release resolves issues with NuGet deployment of the dedicated NBench.Runner.DotNetCli runner that was originally designed to be used for .NET Core projects. The issue is detailed by [#200](https://github.com/petabridge/NBench/issues/200) and resolved with PR [#201](https://github.com/petabridge/NBench/pull/201). Important breaking change: NBench.Runner.DotNetCli is being deprecated (temporarily) as the supported means of running the NBench runner with a benchmark assembly that targets .NET Core. Instead, the original [NBench.Runner](https://www.nuget.org/packages/NBench.Runner/) will come packaged with 2 additional executables that are compatible with .NET Core. Originally, per the instructions on the README, to run the **.NET 4.5.2** you would run the following commands: ``` PS> Install-Package NBench.Runner PS> .\packages\NBench.Runner\NBench.Runner.exe .\src\bin\Debug\MyPerfTests.dll output-directory="C:\Perf ``` Since the new NBench.Runner NuGet package ships the additional .NET Core runner, the folder structure of the downloaded runner is as follows: lib/ net452/ NBench.Runner.exe netcoreapp1.1/ win7-x64/ NBench.Runner.exe debian8-x64/ NBench.Runner The above way to run the .NET 4.5.2 runner, hence, changes to: ``` PS> Install-Package NBench.Runner PS> .\packages\NBench.Runner\lib\net452\NBench.Runner.exe .\src\bin\Debug\net452\MyPerfTests.dll output-directory="C:\Perf ``` For .NET Core support (meaning running a benchmark that has been targeted for `netcoreapp1.1` or `netstandard1.6`, you will run the appropriate NBench.Runner.exe for your architecture: ``` PS> Install-Package NBench.Runner PS> .\packages\NBench.Runner\lib\netcoreapp1.1\win7-x64\NBench.Runner.exe .\src\bin\Debug\netcoreapp1.1\MyPerfTests.dll output-directory="C:\Perf ``` or, on Debian 8: ``` PS> Install-Package NBench.Runner PS> .\packages\NBench.Runner\lib\netcoreapp1.1\debian8-x64\NBench.Runner.exe .\src\bin\Debug\netcoreapp1.1\MyPerfTests.dll output-directory="C:\Perf ``` Plans will be made to re-introduce support for NBench.Runner.DotNetCli which allows for the usage of NBench as a `DotNetCliToolReference`.

This package has no dependencies.

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