Reduce kata validation test time
Open
@cesarzc is already working on this.
Since Oct 4, 2023.
bug
- Dominant language
- Rust
- Stars
- 1k
- Forks
- 212
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 65
Description
Some of these take multiple seconds, which is way to long for unit tests. We need to figure out how to get these to sub-second times.
For example, from latest CI on main, these 2 tests alone take close to 10 seconds.
```
# Subtest: random_numbers kata is valid
ok 14 - random_numbers kata is valid
---
duration_ms: 6979.4028
...
# Subtest: oracles kata is valid
ok 15 - oracles kata is valid
---
duration_ms: 2711.1274
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.