-
Notifications
You must be signed in to change notification settings - Fork 9
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
774 irecv test right away #775
Conversation
That looks good to me. @nlslatt did you see any impact on performance before and after this change? |
Codecov Report
@@ Coverage Diff @@
## develop #775 +/- ##
========================================
Coverage 79.30% 79.30%
========================================
Files 338 338
Lines 10410 10410
========================================
Hits 8256 8256
Misses 2154 2154 |
a3e938f
to
c96b743
Compare
c96b743
to
b5aadbf
Compare
I didn't analyze the performance impact of this change because the code was not running correctly at the time. Would you like me to check it now? |
Also, I had only implemented the immediate test on data msgs, not active msgs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes a performance improvement on Mutrino.
Fixes #774