go.mod: bump etcd/raft to pick up proto size improvements#62819
Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom Mar 31, 2021
Merged
go.mod: bump etcd/raft to pick up proto size improvements#62819craig[bot] merged 1 commit intocockroachdb:masterfrom
craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
Member
8d5d078 to
cd07b7e
Compare
This commit picks up etcd-io/etcd#12790, which resolves a regression observed in cockroachdb#62212. Picks up the following four commits: - etcd-io/etcd@87258ef - etcd-io/etcd@2c2456b - etcd-io/etcd@ebc0174 - etcd-io/etcd@e51c697 ``` name old time/op new time/op delta EntryCache-16 114µs ± 7% 96µs ±12% -15.29% (p=0.000 n=19+19) EntryCacheClearTo-16 37.7µs ± 4% 34.9µs ± 4% -7.55% (p=0.000 n=17+18) name old alloc/op new alloc/op delta EntryCacheClearTo-16 1.28kB ± 0% 0.77kB ± 0% -40.00% (p=0.000 n=20+20) EntryCache-16 83.3kB ± 0% 50.0kB ± 0% -39.95% (p=0.000 n=19+20) name old allocs/op new allocs/op delta EntryCache-16 3.00 ± 0% 3.00 ± 0% ~ (all equal) EntryCacheClearTo-16 1.00 ± 0% 1.00 ± 0% ~ (all equal) ```
cd07b7e to
4b3b169
Compare
Member
|
bors r+ |
Contributor
|
Build failed: |
Member
|
bors r+ === RUN TestImportIntoCSV/import-into-implicit-gzip cc @pbardea |
Contributor
|
Build failed: |
Member
|
=== RUN TestImportIntoCSV/multiple-import-into-without-pk bors r+ |
Contributor
|
Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit picks up etcd-io/etcd#12790, which resolves a regression observed in #62212.
Picks up the following four commits, each of which I've reviewed for safety: