bump quinn to 0.11.9 and quinn-proto to 0.11.13#7799
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7799 +/- ##
=======================================
Coverage 83.0% 83.0%
=======================================
Files 812 812
Lines 356955 356955
=======================================
+ Hits 296514 296520 +6
+ Misses 60441 60435 -6 🚀 New features to boost your workflow:
|
alexpyattaev
left a comment
There was a problem hiding this comment.
This seems to give slight improvement to streamer throughput:
before:
Server captured 1705071 transactions (568357 TPS)
after:
Server captured 1717491 transactions (572497 TPS)
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
bump quinn (cherry picked from commit 7eb0faa)
|
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
bump quinn (cherry picked from commit 7eb0faa) # Conflicts: # Cargo.lock # programs/sbf/Cargo.lock
Summary of Changes