Files
fparkan/parity/README.md
T

24 lines
830 B
Markdown
Raw Normal View History

# Render Parity Dataset
2026-06-23 22:05:16 +04:00
This folder stores parity-test input for legacy render comparison workflows.
- `cases.toml`: list of deterministic render cases.
- `reference/*.png`: baseline frames captured from the original renderer.
Expected workflow:
2026-06-23 22:05:16 +04:00
1. Capture baseline PNG frames for each case.
2. Add entries to `cases.toml`.
2026-06-23 22:05:16 +04:00
3. Run the acceptance renderer capture workflow with fixed profiles and compare
output captures out-of-tree.
2026-06-23 22:05:16 +04:00
```text
1) Prepare `cases.toml` and baseline captures.
2) Run `fparkan-game` (or dedicated acceptance runner) with fixed seed.
3) Compare outputs against baseline in dedicated comparison tooling.
```
2026-06-23 22:05:16 +04:00
The `render-parity` crate is no longer present as a standalone runner in this
workspace snapshot; parity evidence is now produced through the acceptance
artifacts and stage audit tooling.