forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add analysis for bench-tps transactions (#92)
* save progress * rename threads handler * added writer for txs * after extracting structure to handle tx confirmations * extract LogWriter * Replace pair TimestampedTransaction with struct * add compute_unit_price to TimestampedTransaction * add cu_price to LogWriter * add block time to the logs * Fix warnings * add comments and restructure code * some small improvements * Renamed conformation_processing.rs to log_transaction_service.rs * address numerous PR comments * split LogWriter into two structs * simplify code of LogWriters * extract process_blocks * specify commitment in LogTransactionService * break thread loop if receiver happens to be dropped * update start_slot when processing blocks * address pr comments * fix clippy error * minor changes * fix ms problem * fix bug with time in clear transaction map
- Loading branch information
1 parent
30eecd6
commit 1261f1f
Showing
7 changed files
with
679 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.