Add unified strict audit workflow

This commit is contained in:
OpenAI Codex
2026-03-31 21:10:33 +08:00
parent 0300de165d
commit e15c38398a
9 changed files with 580 additions and 0 deletions

View File

@@ -329,6 +329,45 @@ Remote: `ssh://git@nas:2222/tei/pbf.git`
- 当前 20nm 后台 render audit 更像“样式表达式审计”
- 不是浏览器级最终出图审计
### Strict Audit Unification
本轮已新增统一审计脚本:
- [`navsea_strict_audit.py`](/root/sourceserver/pbf/navsea_strict_audit.py)
它会把两部分合并到同一份报告里:
- 浏览器真实出图截图差异
- 当前 20nm backend render audit 摘要
当前产物:
- [strict_audit_summary.md](/root/sourceserver/pbf/report/strict_audit/strict_audit_summary.md)
- [strict_audit_summary.json](/root/sourceserver/pbf/report/strict_audit/strict_audit_summary.json)
- [compare_full.png](/root/sourceserver/pbf/report/strict_audit/compare_full.png)
- [compare_left.png](/root/sourceserver/pbf/report/strict_audit/compare_left.png)
- [compare_right.png](/root/sourceserver/pbf/report/strict_audit/compare_right.png)
- [compare_diff.png](/root/sourceserver/pbf/report/strict_audit/compare_diff.png)
当前 `r7` strict audit 结论:
- compare version:
- `20nm-r7-20260331-2044`
- visual changed ratio:
- `0.887847`
- changed pixels:
- `411961 / 464000`
- backend render audit 总体仍是:
- `extra_in_engineering = 258317`
- `missing_in_engineering = 258317`
这份统一审计的意义是:
- 以后不再把“视觉变好了”与“后台数字没变”当成互相冲突
- 可以一眼看出:
- 浏览器真实出图变没变
- 后台 render audit 有没有跟上
线上已同步:
- `/mnt/sda1/www/newpec/domain/style.navsea-delivery-karatsu-10nm.json`