hyperlight-dev / hyperlight-dev/hyperlight
Reduce wit-test prop test samples
未关闭
适合新手
lifecycle/needs-review
- 主要语言
- Rust
- 星标
- 4.7k
- 派生
- 208
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 47
描述
`src/hyperlight_host/tests/wit_test.rs` is ran at every pr job, and is running default number of samples (256 per test I believe). We can probably reduce this number to get faster ci/test times without any major loss. This should still be able to capture any regressions as we run very often
贡献指南
调研方向
Start by reading src/hyperlight_host/tests/wit_test.rs and identify how property-test sample counts use the default of about 256. Choose a lower sample count that preserves the existing tests, then verify that the PR test job completes faster without removing regression coverage.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- testing
- Issue 类型
- 重构
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 76/100