weavatrix-git 0.2.0

Dependency-free, evidence-carrying Git repository reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
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