Actions
개선 #948
완료됨개선 #942: [부모] Codex App식 thread/turns/list 기반 이전 히스토리 lazy-load 및 transcript virtualization 이식
[Performance] thread/turns/list lazy-load/virtualized transcript 검증 게이트
개선 #948:
[Performance] thread/turns/list lazy-load/virtualized transcript 검증 게이트
시작일:
2026/07/06
완료일:
2026/07/06
진척도:
100%
추정시간:
설명
상위 일감: #942
책임:
- #694 synthetic gate를 확장해
thread/turns/listlazy-load와 virtualized transcript의 실제 비용을 측정한다. - renderer 비용뿐 아니라 app-server 반복 history 재구성 비용을 간접적으로 드러내는 지표를 포함한다.
수행 내용:
- 1,800+ turn scenario에서 initial restore payload, initial turn page size, loaded page count, older page latency, prepend commit time, rendered turn count, memory estimate, repeated top-scroll request 수를 측정한다.
-
itemsView: summary와itemsView: full을 선택한 경우 payload/latency/fidelity 차이를 비교할 수 있게 한다. - report-only synthetic gate와 real Electron smoke를 분리한다.
- hard threshold는 초기에는 보수적으로 두고, 실제 측정치가 안정화된 뒤 release gate 여부를 결정한다.
- #689/#694 기존 성능 리포트와 비교 가능한 report artifact를 남긴다.
인수 기준:
- npm script 또는 검증 명령으로 report artifact가 생성된다.
- regression budget 초과 시 renderer lane, app-server page latency, repeated trigger count 중 병목이 드러난다.
- 최종 부모 closeout에 성능 결과와 남은 risk가 기록된다.
Actions