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

use channels instead of atomics in update loop #763

Merged
merged 1 commit into from Sep 12, 2020
Merged

use channels instead of atomics in update loop #763

merged 1 commit into from Sep 12, 2020

Conversation

ucwong
Copy link
Member

@ucwong ucwong commented Sep 12, 2020

No description provided.

@codecov
Copy link

codecov bot commented Sep 12, 2020

Codecov Report

Merging #763 into master will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #763      +/-   ##
==========================================
- Coverage   50.35%   50.33%   -0.03%     
==========================================
  Files         409      409              
  Lines       52949    52938      -11     
==========================================
- Hits        26663    26646      -17     
- Misses      24267    24276       +9     
+ Partials     2019     2016       -3     
Impacted Files Coverage Δ
miner/miner.go 0.00% <0.00%> (ø)
miner/worker.go 0.00% <0.00%> (ø)
consensus/cuckoo/sealer.go 0.00% <0.00%> (-6.76%) ⬇️
consensus/cuckoo/cuckoo.go 31.57% <0.00%> (-4.22%) ⬇️
p2p/discover/table.go 84.19% <0.00%> (-2.44%) ⬇️
trie/proof.go 75.37% <0.00%> (-1.87%) ⬇️
p2p/simulations/mocker.go 35.45% <0.00%> (-1.82%) ⬇️
ctxc/downloader/statesync.go 57.89% <0.00%> (-1.06%) ⬇️
p2p/message.go 53.96% <0.00%> (-0.80%) ⬇️
p2p/server.go 66.60% <0.00%> (-0.39%) ⬇️
... and 6 more

@ucwong ucwong merged commit 0042b4e into master Sep 12, 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.

None yet

2 participants