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

Update benchmarks #1024

Merged
merged 3 commits into from Nov 5, 2021
Merged

Update benchmarks #1024

merged 3 commits into from Nov 5, 2021

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Nov 5, 2021

This change updates dependencies for all unpublished submodules of Zap
(benchmarks and zapgrpc/test).
Note that we do not update the minimum dependencies for Zap itself.
We don't need newer versions of any dependency than Zap currently uses.

We update the benchmark numbers in the README
by running make updatereadme.
That uses .readme.tmpl to generate the README,
but the template was not updated
when we changed the README in #752, #883, and #940.
So this change also updates the README template.

Supersedes #992
Ref GO-986

Update all benchmark and zapgrpc test dependencies
to their latest versions.

We are not updating go.mod at the root of zap because we are not
increasing the minimum version constraint for any of Zap's actual
dependencies.
Changes made in #752, #883, and #940 were not carried over.
Update benchmark results by running `make updatereadme`.
@codecov
Copy link

codecov bot commented Nov 5, 2021

Codecov Report

Merging #1024 (864ec99) into master (3d55364) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1024   +/-   ##
=======================================
  Coverage   98.20%   98.20%           
=======================================
  Files          47       47           
  Lines        2064     2064           
=======================================
  Hits         2027     2027           
  Misses         29       29           
  Partials        8        8           

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 3d55364...864ec99. Read the comment docs.

@abhinav abhinav merged commit 2216968 into master Nov 5, 2021
@abhinav abhinav deleted the bench-update branch November 5, 2021 17:54
sywhang added a commit to sywhang/zap that referenced this pull request Jul 13, 2022
It's been a while since we last updated the benchmark numbers in
README (last update was uber-go#1024).

This updates the benchmarks in README by running `make updatereadme`.

Internal Ref: GO-1506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants