Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgpack: add benchmarks #93

Merged
merged 6 commits into from Jan 11, 2021
Merged

msgpack: add benchmarks #93

merged 6 commits into from Jan 11, 2021

Conversation

zchee
Copy link
Member

@zchee zchee commented Jan 11, 2021

Add benchmarks to the msgpack package.

Update: #94

@zchee zchee self-assigned this Jan 11, 2021
@codecov
Copy link

codecov bot commented Jan 11, 2021

Codecov Report

Merging #93 (5e3939f) into master (3b7d3b9) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #93   +/-   ##
======================================
  Coverage    62.8%   62.8%           
======================================
  Files          14      14           
  Lines        2081    2081           
======================================
  Hits         1308    1308           
  Misses        636     636           
  Partials      137     137           
Flag Coverage Δ
linux-1.13 62.8% <100.0%> (ø)
linux-1.14 62.8% <100.0%> (ø)
linux-1.15 62.8% <100.0%> (ø)
linux-1.16 62.8% <100.0%> (+<0.1%) ⬆️
macos-1.13 62.8% <100.0%> (+<0.1%) ⬆️
macos-1.14 62.8% <100.0%> (+<0.1%) ⬆️
macos-1.15 62.8% <100.0%> (ø)
macos-1.16 62.8% <100.0%> (ø)
windows-1.13 62.0% <100.0%> (ø)
windows-1.14 62.0% <100.0%> (ø)
windows-1.15 62.0% <100.0%> (ø)
windows-1.16 62.0% <100.0%> (+<0.1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
msgpack/msgpack.go 66.6% <ø> (ø)
msgpack/pack.go 87.5% <100.0%> (ø)
msgpack/unpack.go 90.6% <100.0%> (ø)

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 3b7d3b9...5e3939f. Read the comment docs.

@zchee zchee linked an issue Jan 11, 2021 that may be closed by this pull request
@zchee zchee merged commit 5e3939f into master Jan 11, 2021
@zchee zchee deleted the msgpack-add-bench branch January 11, 2021 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant