param(
[string]$Repository = "target\benchmark-fixture-2000",
[int]$MaxCount = 1000,
[int]$Iterations = 50
)
$ErrorActionPreference = "Stop"
$repo = (Resolve-Path -LiteralPath $Repository).Path
cargo +1.88-x86_64-pc-windows-msvc run --release `
--manifest-path tools\competitor-bench\Cargo.toml `
-- $repo $MaxCount $Iterations