feat(profiling): integration_test 배선 + A/B 픽스처 (LOC-67, P2)#71
Merged
Conversation
Use test() (not testWidgets) for the non-UI body so the widget-tester end-of-test semantics-handle verification doesn't fire. Validated green on a physical iPhone (engine init + 40x2 fixture seed).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
P2 — 디바이스 프로파일러 기반 (실기 검증 완료)
example/pubspec.yaml: integration_test dev-depexample/lib/profiling/query_fixture.dart: 결정적 A/B 코퍼스 + 2레인 쿼리셋example/integration_test/query_profile_test.dart: 엔진 init(실 ONNX) + 시드 스모크실기 검증 (iPhone iOS 26.5)
flutter test integration_test/query_profile_test.dart -d <iphone>→+1: All tests passed!(엔진 init + 80 소스 시드). 디버그 로그: testWidgets→test() 픽스(비-UI), Xcode 자동화 권한+stale 종료로 DDS 해결. 상세docs/perf/ondevice-query-profiler/PR-P2.md.다음
P3(세그먼트 타이밍 + 3시나리오 × 2레인)·P4(export/baseline)는 profile 모드 필수(출시 faer+i8 측정). example/만 변경 → 커널/Rust 무변경. 머지는 본인.