ci: 增加合并后应用性能基线入口(#18) - #116
Merged
Merged
Conversation
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.
问题与实现
#18 的应用基线仍停留在旧源码,当前 CI 没有现成入口采集整合后的新进程、首次/热转换、七配置与大文本内存样本。本 PR 增加一个手动启用的 Release 基线 job,复用现有协议 2、固定 Xcode 26.3 和依赖,顺序运行 5 个新进程。
无产品 UI 改动。每次保留原始样本、源码/产物/依赖来源、汇总和失败构建日志;日常 PR 不增加性能矩阵,不触发 Xcode Cloud。新进程不称冷缓存,托管窗口不替代原生窗口生命周期,#18 不自动关闭。
验证
git diff --check通过。a37e831,产品源码与develop@ce87387相同。