Back to Bogus

README

Source/Benchmark/README.md

35.6.5870 B
Original Source

Running Benchmarks

Requirements:

You must compile this Benchmark project in Release mode.

csharp
dotnet build -c Release

After compiling in Release mode, execute the following command from the command line:

$> dotnet benchmark bin\Release\netstandard2.0\Benchmark.dll

Pick your benchmark to run. Your benchmark results will be in \BenchmarkDotNet.Artifacts.

Other Notes

DO NOT attempt to run these benchmarks through Visual Studio's debugger or F5 runner.

More on benchmarking: http://benchmarkdotnet.org/index.htm