Reduce wit-test prop test samples

Open Beginner friendly
#1,787 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
76/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Active
Tech stack
rust
Domain
testing

Research direction

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.

Written by the indexing model from the issue text.

Description

lifecycle/needs-review

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

Dominant language
Rust
Stars
4.7k
Forks
210
Avg merge
1d 12h
Merged PRs (30d)
43

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from hyperlight-dev/hyperlight

All issues in hyperlight-dev/hyperlight

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.