From a9f952c743da9c9e813a970bdb0fd2132a5e1533 Mon Sep 17 00:00:00 2001 From: nietras Date: Wed, 3 Jan 2024 16:46:16 +0100 Subject: [PATCH] Tweak bench.ps1 (#64) --- bench.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench.ps1 b/bench.ps1 index 52c1c1a..4c653d3 100644 --- a/bench.ps1 +++ b/bench.ps1 @@ -1,3 +1,3 @@ #!/usr/bin/env pwsh # Add `--filter *.METHOD*` or similar to run subset of benchmarks -dotnet run -c Release --project NCsvPerf\NCsvPerf.csproj -- -m --minWarmupCount 3 --maxWarmupCount 5 --minIterationCount 5 --maxIterationCount 11 +dotnet run -c Release --project NCsvPerf\NCsvPerf.csproj -- -m --warmupCount 1 --minIterationCount 2 --maxIterationCount 5 --iterationTime 2000