Skip to content

Conversation

JamesWrigley
Copy link
Collaborator

Fixes #28.

Copy link

codecov bot commented Aug 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.02%. Comparing base (ee6e544) to head (bc421f5).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   88.12%   88.02%   -0.10%     
==========================================
  Files          11       11              
  Lines        2096     2096              
==========================================
- Hits         1847     1845       -2     
- Misses        249      251       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ufechner7
Copy link

ufechner7 commented Aug 3, 2025

Looks better:

julia> using DistributedNext

julia> addprocs(1)
1-element Vector{Int64}:
 2

Thank you!

Much faster than Distributed, only 1.5s instead of 2.5s.

@JamesWrigley JamesWrigley merged commit 7023c60 into master Aug 3, 2025
10 of 16 checks passed
@JamesWrigley JamesWrigley deleted the interface-selection branch August 3, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

addprocs(1) fails when some ethernet interfaces report the speed and others not
2 participants