thinkeridea / go-extend

go语言扩展包,收集一些常用的操作函数,辅助更快的完成开发工作,并减少重复代码
https://pkg.go.dev/github.com/thinkeridea/go-extend
MIT License
1.34k stars 160 forks source link

fix: 修复BufferPool性能测试遗漏buffer.Reset问题 #18

Closed thinkeridea closed 3 years ago

thinkeridea commented 3 years ago

详情参看 #17

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (d6294ab) into main (54c5b8f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   90.77%   90.77%           
=======================================
  Files          26       26           
  Lines         802      802           
=======================================
  Hits          728      728           
  Misses         52       52           
  Partials       22       22           
Impacted Files Coverage Δ
exstrings/join_int.go 100.00% <ø> (ø)
pool/buffer.go 100.00% <ø> (ø)

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 54c5b8f...d6294ab. Read the comment docs.