Skip to content
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

perf: use queue instead of groups for parallel tests #886

Merged
merged 10 commits into from
Dec 10, 2024
Merged

perf: use queue instead of groups for parallel tests #886

merged 10 commits into from
Dec 10, 2024

Conversation

wellwelwel
Copy link
Owner

@wellwelwel wellwelwel commented Dec 9, 2024

Closes #849.


Tests to be added

  • No tests with concurrency manually specified as zero.

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.90%. Comparing base (5a8af21) to head (dde6d2c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #886      +/-   ##
==========================================
- Coverage   99.11%   98.90%   -0.22%     
==========================================
  Files          35       35              
  Lines        1814     1820       +6     
  Branches       10       13       +3     
==========================================
+ Hits         1798     1800       +2     
  Misses          8        8              
- Partials        8       12       +4     
Flag Coverage Δ
linux 98.84% <100.00%> (-0.17%) ⬇️
osx 98.84% <100.00%> (-0.22%) ⬇️
windows 98.84% <100.00%> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wellwelwel wellwelwel changed the title perf: use queue instead of group for parallel tests perf: use queue instead of groups for parallel tests Dec 9, 2024
@wellwelwel wellwelwel marked this pull request as ready for review December 9, 2024 21:00
@wellwelwel wellwelwel marked this pull request as draft December 9, 2024 21:04
@wellwelwel wellwelwel marked this pull request as ready for review December 10, 2024 02:21
@wellwelwel wellwelwel merged commit 96b8707 into main Dec 10, 2024
21 checks passed
@wellwelwel wellwelwel deleted the queue branch December 10, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a queue for parallel tests instead of a group
1 participant