1 2 3 4 5 6 7 8
param( [string]$Repository = "target\benchmark-fixture-2000", [int]$Iterations = 50 ) $ErrorActionPreference = "Stop" $repo = (Resolve-Path -LiteralPath $Repository).Path cargo run --release --example benchmark_storage -- $repo $Iterations