-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
62819: go.mod: bump etcd/raft to pick up proto size improvements r=tbg a=nvanbenschoten 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: - 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) ``` Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com>
- Loading branch information
Showing
5 changed files
with
15 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Submodule vendor
updated
12 files