lxzan / gws

simple, fast, reliable websocket server & client, supports running over tcp/kcp/unix domain socket. keywords: ws, proxy, chat, go, golang...
https://pkg.go.dev/github.com/lxzan/gws
Apache License 2.0
1.34k stars 84 forks source link

optimize writev method #76

Closed lxzan closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (661f034) 99.65% compared to head (f8ab89b) 99.83%. Report is 2 commits behind head on master.

:exclamation: Current head f8ab89b differs from pull request most recent head 8efe3c8. Consider uploading reports for the commit 8efe3c8 to get more accurate results

Files Patch % Lines
compress.go 91.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #76 +/- ## ========================================== + Coverage 99.65% 99.83% +0.17% ========================================== Files 15 16 +1 Lines 1746 1777 +31 ========================================== + Hits 1740 1774 +34 + Misses 4 2 -2 + Partials 2 1 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.