jicofo icon indicating copy to clipboard operation
jicofo copied to clipboard

Cache Bridge instances, remove deprecated code.

Open bgrozev opened this issue 3 years ago • 1 comments

  • fix: Re-use Bridge instances.
  • ref: Remove support for calculating stress based on packet rate.

bgrozev avatar Feb 24 '22 14:02 bgrozev

Codecov Report

Merging #884 (6cd7cad) into master (f14ca1c) will decrease coverage by 0.23%. The diff coverage is 22.72%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #884      +/-   ##
============================================
- Coverage     44.11%   43.87%   -0.24%     
+ Complexity      802      799       -3     
============================================
  Files           114      114              
  Lines          7619     7608      -11     
  Branches       1062     1062              
============================================
- Hits           3361     3338      -23     
- Misses         3871     3883      +12     
  Partials        387      387              
Impacted Files Coverage Δ
src/main/java/org/jitsi/jicofo/bridge/Bridge.java 78.64% <0.00%> (-8.52%) :arrow_down:
...ain/kotlin/org/jitsi/jicofo/bridge/BridgeConfig.kt 91.54% <ø> (-1.14%) :arrow_down:
...n/kotlin/org/jitsi/jicofo/bridge/BridgeSelector.kt 73.95% <45.45%> (-2.71%) :arrow_down:

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 f14ca1c...6cd7cad. Read the comment docs.

codecov[bot] avatar Feb 24 '22 14:02 codecov[bot]