Skip to content

Commit

Permalink
Tweak bench.ps1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras authored Jan 3, 2024
1 parent 78dc260 commit a9f952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.ps1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a9f952c

Please sign in to comment.