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

Enable parallelized accountant #117

Merged
merged 2 commits into from
Apr 12, 2018

Conversation

garious
Copy link
Contributor

@garious garious commented Apr 11, 2018

Note this won't cause the demo to speed up since all the transactions come from the same account. It only speeds up orthogonal transactions, like the ones in the accountant benchmark.

@codecov-io
Copy link

codecov-io commented Apr 11, 2018

Codecov Report

Merging #117 into master will increase coverage by 0.23%.
The diff coverage is 92.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
+ Coverage   95.97%   96.21%   +0.23%     
==========================================
  Files          17       17              
  Lines        1542     1557      +15     
==========================================
+ Hits         1480     1498      +18     
+ Misses         62       59       -3
Impacted Files Coverage Δ
src/accountant.rs 95.29% <100%> (+2.28%) ⬆️
src/accountant_skel.rs 95.1% <90.32%> (+1.43%) ⬆️
src/historian.rs 98.36% <0%> (-1.64%) ⬇️
src/packet.rs 94.16% <0%> (-1.25%) ⬇️

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 ab20939...be9a670. Read the comment docs.

@garious garious force-pushed the parallelize-accountant branch from b0728cb to be9a670 Compare April 12, 2018 00:03
@garious garious merged commit ab74e7f into solana-labs:master Apr 12, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.4.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v6.8.0...v7.4.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
t-nelson pushed a commit to t-nelson/solana that referenced this pull request Mar 12, 2024
* remove `ThinClient` from `dos/` and replace `ThinClient` with `TpuClient`

* remove test for valid_client_facing_addr since it is no longer used
willhickey pushed a commit that referenced this pull request Mar 16, 2024
* remove `ThinClient` from `dos/` and replace `ThinClient` with `TpuClient`

* remove test for valid_client_facing_addr since it is no longer used
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.

2 participants