MapColonies / MapColonies/GpkgMerger
Total runtime isn't correct in cases where runtime is more than a day
未关闭
还没有人认领这个 Issue。
bug
- 主要语言
- C#
- 星标
- 1
- 派生
- 2
- 平均合并
- 21 分钟
- 30 天内合并 PR
- 1
描述
Total runtime isn't correct in cases where runtime is more than a day.
Steps to reproduce the behavior:
- Run merger on data that will take more than a day to work on
- Total runtime reported does not consider days, only hours
Expected behavior
Report true total time, including days passed.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用耗时超过一天的 merger 输入复现该问题,然后追踪总运行时间的计算和报告位置。确认结果除了小时数之外还包含已过去的天数,并将报告的时长与实际运行时间进行核对。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100