Closed BioTurboNick closed 2 years ago
Base: 62.00% // Head: 62.03% // Increases project coverage by +0.02%
:tada:
Coverage data is based on head (
4651d59
) compared to base (de1d6f2
). Patch coverage: 75.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Test example:
Noticed that the
delete!
methods were sometimes returning an underlying dictionary rather than theDefaultDict
itself; improved type stability resulted in large reduction in allocation count:825.900 ms (5210177 allocations: 255.31 MiB)
to814.990 ms (4470177 allocations: 232.73 MiB)