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

remove superfluous ABT_thread_yield() call #293

Merged
merged 1 commit into from
Sep 17, 2024

remove superfluous yield in Margo progress loop

9854e4e
Select commit
Loading
Failed to load commit list.
Merged

remove superfluous ABT_thread_yield() call #293

remove superfluous yield in Margo progress loop
9854e4e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 17, 2024 in 0s

57.86% (+0.05%) compared to 5f08e35

View this Pull Request on Codecov

57.86% (+0.05%) compared to 5f08e35

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.86%. Comparing base (5f08e35) to head (9854e4e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
+ Coverage   57.80%   57.86%   +0.05%     
==========================================
  Files          70       70              
  Lines       10168    10165       -3     
  Branches     1335     1334       -1     
==========================================
+ Hits         5878     5882       +4     
+ Misses       3456     3451       -5     
+ Partials      834      832       -2     

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