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

test: use integers.json file to benchmark integer decoder #42

Merged
merged 3 commits into from Mar 21, 2022

Conversation

tdakkota
Copy link
Member

name                         old time/op    new time/op    delta
Decoder_Int/integers.json-4    3.61µs ± 2%    3.26µs ± 2%  -9.82%  (p=0.000 n=14+15)

name                         old alloc/op   new alloc/op   delta
Decoder_Int/integers.json-4     0.00B          0.00B         ~     (all equal)

name                         old allocs/op  new allocs/op  delta
Decoder_Int/integers.json-4      0.00           0.00         ~     (all equal)

@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #42 (1535c41) into main (8bfec7d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #42   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           35        35           
  Lines         2307      2306    -1     
=========================================
- Hits          2307      2306    -1     
Impacted Files Coverage Δ
dec_int.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 8bfec7d...1535c41. Read the comment docs.

@ernado ernado merged commit 27f88a8 into go-faster:main Mar 21, 2022
@tdakkota tdakkota deleted the feat/improve-int-decoding branch March 21, 2022 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants