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

Threading - TLS connections on multiple threads #773

Merged
merged 20 commits into from
Feb 3, 2020
Merged

Threading - TLS connections on multiple threads #773

merged 20 commits into from
Feb 3, 2020

Conversation

ashamis
Copy link
Contributor

@ashamis ashamis commented Feb 2, 2020

Process TLS connections on multiple threads

part of #774

@codecov-io
Copy link

codecov-io commented Feb 2, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@7e30b8d). Click here to learn what that means.
The diff coverage is 46.03%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #773   +/-   ##
=========================================
  Coverage          ?   78.02%           
=========================================
  Files             ?      153           
  Lines             ?    11689           
  Branches          ?        0           
=========================================
  Hits              ?     9120           
  Misses            ?     2569           
  Partials          ?        0
Flag Coverage Δ
#e2e_BFT 52.48% <30.95%> (?)
#e2e_CFT 72.99% <54.84%> (?)
#unit_BFT 53.92% <68.75%> (?)
#unit_CFT 68.67% <55.56%> (?)
Impacted Files Coverage Δ
src/enclave/rpchandler.h 50% <ø> (ø)
src/consensus/raft/rafttypes.h 91.67% <ø> (ø)
src/node/nodestate.h 81.99% <ø> (ø)
src/node/history.h 57.02% <0%> (ø)
src/consensus/pbft/libbyz/Prepared_cert.h 0% <0%> (ø)
src/consensus/ledgerenclave.h 66.67% <0%> (ø)
src/node/rpc/frontend.h 78.98% <100%> (ø)
src/host/nodeconnections.h 93.2% <100%> (ø)
src/enclave/rpccontext.h 86.36% <100%> (ø)
src/consensus/raft/raft.h 82.03% <100%> (ø)
... and 6 more

@ghost
Copy link

ghost commented Feb 2, 2020

threading_alloc_free_8@4505 aka 20200203.15 vs master ewma over 30 builds from 4071 to 4503
images

@ashamis ashamis added this to the Performance improvements milestone Feb 2, 2020
@ashamis ashamis marked this pull request as ready for review February 2, 2020 23:32
@ashamis ashamis requested a review from a team as a code owner February 2, 2020 23:32
src/ds/thread_messaging.h Outdated Show resolved Hide resolved
src/enclave/tlsendpoint.h Outdated Show resolved Hide resolved
src/enclave/tlsendpoint.h Outdated Show resolved Hide resolved
src/enclave/tlsendpoint.h Outdated Show resolved Hide resolved
src/enclave/httpendpoint.h Outdated Show resolved Hide resolved
src/enclave/httpendpoint.h Outdated Show resolved Hide resolved
src/enclave/httpendpoint.h Outdated Show resolved Hide resolved
src/enclave/httpendpoint.h Outdated Show resolved Hide resolved
src/enclave/httpendpoint.h Outdated Show resolved Hide resolved
@ashamis ashamis merged commit 76cce3b into microsoft:master Feb 3, 2020
@ashamis ashamis deleted the threading_alloc_free_8 branch February 6, 2020 13:59
eddyashton pushed a commit to eddyashton/CCF that referenced this pull request Mar 24, 2020
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.

4 participants