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

go/worker/p2p: configurable libp2p buffer sizes #3264

Merged
merged 3 commits into from
Sep 11, 2020

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Sep 11, 2020

No description provided.

@ptrus ptrus force-pushed the ptrus/fix/runtime-p2p-client branch 2 times, most recently from c9d3c72 to 1e5ce1d Compare September 11, 2020 09:11
@ptrus ptrus force-pushed the ptrus/fix/runtime-p2p-client branch from 1e5ce1d to a589650 Compare September 11, 2020 09:12
@ptrus ptrus force-pushed the ptrus/fix/runtime-p2p-client branch from a589650 to 9f45e3d Compare September 11, 2020 09:16
@ptrus ptrus marked this pull request as ready for review September 11, 2020 09:16
@codecov
Copy link

codecov bot commented Sep 11, 2020

Codecov Report

Merging #3264 into master will increase coverage by 0.02%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3264      +/-   ##
==========================================
+ Coverage   67.79%   67.82%   +0.02%     
==========================================
  Files         371      371              
  Lines       36864    36876      +12     
==========================================
+ Hits        24991    25010      +19     
+ Misses       8685     8677       -8     
- Partials     3188     3189       +1     
Impacted Files Coverage Δ
go/runtime/client/watcher.go 64.61% <33.33%> (-4.24%) ⬇️
go/worker/common/p2p/init.go 100.00% <100.00%> (ø)
go/worker/common/p2p/p2p.go 71.30% <100.00%> (+0.50%) ⬆️
go/worker/compute/executor/committee/state.go 74.07% <0.00%> (-11.12%) ⬇️
go/storage/metrics.go 76.92% <0.00%> (-7.70%) ⬇️
go/runtime/tagindexer/tagindexer.go 68.47% <0.00%> (-4.35%) ⬇️
go/storage/mkvs/tree.go 89.28% <0.00%> (-3.58%) ⬇️
go/storage/api/root_cache.go 77.77% <0.00%> (-3.18%) ⬇️
go/worker/compute/executor/committee/node.go 61.84% <0.00%> (-3.00%) ⬇️
go/storage/mkvs/insert.go 87.75% <0.00%> (-2.73%) ⬇️
... and 26 more

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 01ce036...9f45e3d. Read the comment docs.

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

3 participants