Skip to content

Commit

Permalink
Update windows batch file text
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDeml committed Apr 22, 2021
1 parent fe85ce5 commit 9d4ebf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions win-benchmark.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
echo off
Echo --- NBN Predefined Benchmark runner ---
Echo.
Echo Benchmark types: [Quick/Performance/Garbage/Essential]
Echo Benchmark types: [Quick/Performance/Sampling/Essential]
Echo * Quick (^<1min): Runs a quick benchmark with whatever is set in QuickBenchmark.cs
Echo * Performance (^>15min): High Performance statistical test with all included libraries
Echo * Garbage (^<1min): Test with all included libraries using cpu sampling and memory allocation statistics
Echo * Essential (^>15min): Running Performance + Garbage Benchmark
Echo * Sampling (^<1min): Test with all included libraries using cpu sampling and memory allocation statistics
Echo * Essential (^>15min): Running Performance + Sampling Benchmark
Echo * Custom: Use the commandline with .\NetworkBenchmarkDotNet --help to see how to use it
Echo.
set benchmark=Essential
set /p benchmark=Which benchmark do you want to run [Quick/Performance/Garbage/Essential] (default - %benchmark%)?:
set /p benchmark=Which benchmark do you want to run [Quick/Performance/Sampling/Essential] (default - %benchmark%)?:

echo on
:: Options: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build
Expand Down

0 comments on commit 9d4ebf6

Please sign in to comment.