PowerShell / PowerShell/PSScriptAnalyzer
Time sum to scan sub folders is much longer than scanning parent folder
未关闭
还没有人认领这个 Issue。
Area - Performance
Issue - Enhancement
- 主要语言
- C#
- 星标
- 2.2k
- 派生
- 414
- 平均合并
- 13 小时 1 分钟
- 30 天内合并 PR
- 2
描述
In an example of folder "A" contains sub folder "B" and "C".
Scanning folder "A" recursively took 53 seconds.
Scanning folder "B" recursively took 38 seconds.
Scanning folder "C" recursively took 37 seconds.
The sum to scan sub folder is 22 seconds more than scanning the parent folder.
38+37-53=22.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 没有指出源文件、测试或入口点。首先重现对父文件夹 A 以及子文件夹 B 和 C 的递归扫描,然后跟踪扫描经过 analyzer 时的时序,以确定总数为何不同。完成的标准是解释清楚这一差异,并在确认原因后添加针对性的修复或回归覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, powershell
- 领域
- devtools, performance
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100