Include art pack in quick pack-runner defaults#40
Conversation
|
Claude finished @PrzemyslawKlys's task —— View job Pull Request Review ✅Reviewing PR: Include art pack in quick pack-runner defaults Review Checklist:
✅ Code Review SummaryCore Change AssessmentFile:
Performance Implications
|
There was a problem hiding this comment.
Pull request overview
This PR adds the art pack to the Quick mode defaults for the pack-runner benchmark tool, enabling stylized QR code scenarios to be tested in quick runs by default. Previously, the art pack was only available in Full mode.
Changes:
- Added
QrDecodeScenarioPacks.Artto theQuickDefaultPacksarray inQrDecodePackRunner.cs
|



Quick pack-runner runs are already tractable in practice, but the art reliability checks were only included in Full mode by default.
This change adds the
artpack to the Quick default set so a normal quick run exercises stylized QR cases out of the box. The hard-art scenarios remain gated to Full mode by the scenario pack definitions.Verification:
dotnet build CodeGlyphX.Benchmarks/CodeGlyphX.Benchmarks.csproj -c Release --framework net8.0dotnet run --project CodeGlyphX.Benchmarks/CodeGlyphX.Benchmarks.csproj -c Release --framework net8.0 -- --pack-runner --mode quick --pack art --iterations 1 --ops-cap 1