AtleX.BenchmarkDotNet.Template.CSharp
1.0.0
BenchmarkDotNet template for CSharp.
See the version list below for details.
dotnet new --install AtleX.BenchmarkDotNet.Template.CSharp::1.0.0
AtleX.BenchmarkDotNet.Template.CSharp
AtleX.BenchmarkDotNet.Template.CSharp is a template for dotnet new
to create a BenchmarkDotNet
console application in C#. It allows you to easily and quickly create a small application
to run some benchmarks.
Installation/update
On the console, run the following command to install or update the template:
dotnet new -i AtleX.BenchmarkDotNet.Template.CSharp
Using the template
Execute the following command to create a new console application to run benchmarks:
dotnet new bdncsharp
You can also specify a name for the application:
dotnet new bdncsharp --name TestBench
After creating the new console application, you can edit Program.cs to write the benchmarks you want to run.
Running the benchmarks
To run the benchmarks, execute the following command in the app's directory to run the benchmarks:
dotnet run --configuration release
AtleX.BenchmarkDotNet.Template.CSharp
AtleX.BenchmarkDotNet.Template.CSharp is a template for dotnet new
to create a BenchmarkDotNet
console application in C#. It allows you to easily and quickly create a small application
to run some benchmarks.
Installation/update
On the console, run the following command to install or update the template:
dotnet new -i AtleX.BenchmarkDotNet.Template.CSharp
Using the template
Execute the following command to create a new console application to run benchmarks:
dotnet new bdncsharp
You can also specify a name for the application:
dotnet new bdncsharp --name TestBench
After creating the new console application, you can edit Program.cs to write the benchmarks you want to run.
Running the benchmarks
To run the benchmarks, execute the following command in the app's directory to run the benchmarks:
dotnet run --configuration release
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.