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

performance: Update two transaction verification benchmarks #4552

Merged
merged 2 commits into from
Sep 14, 2022

Conversation

cce
Copy link
Contributor

@cce cce commented Sep 14, 2022

Summary

  • update BenchmarkTxHandlerProcessDecoded to use bigger blocks and also measure verify.TxnGroup
  • update BenchmarkTxnRoots to also call paysetCommitSHA256

Test Plan

No impact to code besides benchmark test changes.

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #4552 (a291da0) into master (c03e3d3) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4552      +/-   ##
==========================================
+ Coverage   54.03%   54.05%   +0.02%     
==========================================
  Files         401      401              
  Lines       51542    51542              
==========================================
+ Hits        27849    27860      +11     
+ Misses      21359    21348      -11     
  Partials     2334     2334              
Impacted Files Coverage Δ
ledger/roundlru.go 90.56% <0.00%> (-5.67%) ⬇️
ledger/blockqueue.go 87.35% <0.00%> (-1.15%) ⬇️
catchup/service.go 68.64% <0.00%> (-0.25%) ⬇️
ledger/catchpointtracker.go 62.89% <0.00%> (ø)
network/wsNetwork.go 64.91% <0.00%> (+0.09%) ⬆️
data/transactions/logic/assembler.go 85.75% <0.00%> (+0.14%) ⬆️
ledger/acctupdates.go 70.19% <0.00%> (+0.59%) ⬆️
ledger/tracker.go 74.89% <0.00%> (+0.85%) ⬆️
network/wsPeer.go 68.19% <0.00%> (+2.15%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants