Skip to content

Use a queue for parallel tests instead of a group #849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sirenkovladd opened this issue Nov 12, 2024 · 1 comment · Fixed by #886
Closed

Use a queue for parallel tests instead of a group #849

sirenkovladd opened this issue Nov 12, 2024 · 1 comment · Fixed by #886

Comments

@sirenkovladd
Copy link

Maintains steady concurrency level throughout execution
similar to fastq

https://github.com/wellwelwel/poku/blob/main/src/services/run-tests.ts#L92-L145

@wellwelwel
Copy link
Owner

wellwelwel commented Dec 9, 2024

@sirenkovladd, I'm working on it in #886. For now, Poku's own test suite clarifies the difference:

Linux: ~19% faster
macOS: ~21% faster
Windows: ~24% faster

Thanks for your help, this enhancement will have a huge impact on Poku.

Note

I chose not to bring this improvement to Poku v2, as I don't intend to offer updates for this version except for security patches (until version 3 is officially released).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants