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

Fix WorkStealingDeque for unlucky safepoint #34

Merged
merged 3 commits into from
Sep 20, 2021
Merged

Fix WorkStealingDeque for unlucky safepoint #34

merged 3 commits into from
Sep 20, 2021

Conversation

tkf
Copy link
Member

@tkf tkf commented Sep 20, 2021

No description provided.

@codecov
Copy link

codecov bot commented Sep 20, 2021

Codecov Report

Merging #34 (205d287) into master (e893ca4) will decrease coverage by 2.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   82.17%   80.10%   -2.08%     
==========================================
  Files          12       12              
  Lines        1341     1337       -4     
==========================================
- Hits         1102     1071      -31     
- Misses        239      266      +27     
Flag Coverage Δ
unittests 80.10% <100.00%> (-2.08%) ⬇️

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

Impacted Files Coverage Δ
src/utils.jl 72.07% <100.00%> (+0.25%) ⬆️
src/workstealing.jl 91.96% <100.00%> (-0.35%) ⬇️
src/msqueue.jl 77.08% <0.00%> (-10.42%) ⬇️
src/stack.jl 89.28% <0.00%> (-7.15%) ⬇️
src/lcrq.jl 76.16% <0.00%> (-4.07%) ⬇️
src/dict.jl 84.18% <0.00%> (-1.93%) ⬇️
src/dlcrq.jl 74.06% <0.00%> (-1.16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e893ca4...205d287. Read the comment docs.

@tkf tkf enabled auto-merge (squash) September 20, 2021 23:39
@tkf tkf merged commit 4dcb9eb into master Sep 20, 2021
@tkf tkf deleted the fix-dequeue branch September 20, 2021 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant