Source/Benchmark/README.md
Requirements:
R project for Statistical Computing version 3.3.3 (2017-03-06) or later.
rscript.exe is in your path as instructed here so that plots can be generated.You must compile this Benchmark project in Release mode.
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.
DO NOT attempt to run these benchmarks through Visual Studio's debugger or F5 runner.
More on benchmarking: http://benchmarkdotnet.org/index.htm