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

Improve banking_stage performance messages #3694

Merged
merged 1 commit into from
Apr 9, 2019

Conversation

sakridge
Copy link
Member

@sakridge sakridge commented Apr 9, 2019

Problem

banking_stage perf messages not accurate since being able to process a portion of a batch and recv_start is not reset from the start of message recv.

Summary of Changes

Use transaction count instead of batch count,
and set the recv_start from when we finished processing
the previous batch to get a more accurate number.

Fixes #

Use transaction count instead of batch count,
and set the recv_start from when we finished processing
the previous batch to get a more accurate number.
@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #3694 into master will increase coverage by <.1%.
The diff coverage is 90%.

@@           Coverage Diff            @@
##           master   #3694     +/-   ##
========================================
+ Coverage    79.6%   79.6%   +<.1%     
========================================
  Files         155     155             
  Lines       24930   24932      +2     
========================================
+ Hits        19854   19858      +4     
+ Misses       5076    5074      -2

@sakridge sakridge merged commit 2c93062 into solana-labs:master Apr 9, 2019
@sakridge sakridge deleted the banking-stage-messages branch April 9, 2019 21:54
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.

1 participant