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

Track transaction performance through various stage using random mask #34789

Closed

Commits on Mar 1, 2024

  1. output txn signature for debug purpose

    trying txn mask matching
    
    output txn to figure out why txn is not exactly matched
    
    Use 62 and 61 portion
    
    track fetch performance using random txn mask
    
    track sigverify performance using random txn mask
    
    track banking stage performance using random txn mask
    
    adding missing cargo lock file
    
    add debug messages
    
    Revert "add debug messages"
    
    This reverts commit 96aead5.
    
    fixed some clippy issues
    
    check-crate issue
    
    Fix a clippy issue
    
    Fix a clippy issue
    
    debug why txns in banking stage shows fewer performance tracking points
    
    debug why txns in banking stage shows fewer performance tracking points
    
    debug why txns in banking stage shows fewer performance tracking points
    
    debug why txns in banking stage shows fewer performance tracking points
    
    get higher PPS for testing purpose
    
    more debug messages on why txn is skipped
    
    display if tracer packet in log
    
    add debug before calling processing_function
    
    debug at the initial of banking stage
    
    track if a txn is forwarded
    
    dependency order
    
    missing cargo file
    
    clean up debug messages
    
    Do not use TRACER_PACKET, use its own bit
    
    rename some functions
    
    addressed some comments from Trent
    
    Update core/src/banking_stage/immutable_deserialized_packet.rs
    
    Co-authored-by: Trent Nelson <[email protected]>
    
    addressed some comments from Trent
    
    Do not use binary_search, do simple compare in one loop
    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c6cc9d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    792095c View commit details
    Browse the repository at this point in the history
  3. Add a unit test

    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    80a510e View commit details
    Browse the repository at this point in the history
  4. removed a print

    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d2a5bdf View commit details
    Browse the repository at this point in the history
  5. Added more unit tests

    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    921c9f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15eb1cb View commit details
    Browse the repository at this point in the history
  7. Added more unit tests

    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f252ff1 View commit details
    Browse the repository at this point in the history
  8. Added more unit tests

    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4d1e1cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b12a19e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    caf6a3c View commit details
    Browse the repository at this point in the history
  11. missing cargo.lock

    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ee7a5e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d566aa0 View commit details
    Browse the repository at this point in the history
  13. Clippy issue

    lijunwangs committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6a4f974 View commit details
    Browse the repository at this point in the history