You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor tx_pool_latency_analysis configuration to include QPS parameter and reorder fields for improved clarity
* change task config
* Enhance transaction latency analysis by implementing synchronized arrays for precise latency measurement and improving transaction sending logic. Added QPS-based transaction distribution and refined logging for better monitoring of transaction flow.
* Revert "Enhance transaction latency analysis by implementing synchronized arrays for precise latency measurement and improving transaction sending logic. Added QPS-based transaction distribution and refined logging for better monitoring of transaction flow."
This reverts commit 31355d6.
* refactoring, check p2p message vs tx
* initial refactoring (to complete)
* Refactor tx_pool_latency_analysis task configuration to use QPS and adjust parameters for improved performance and clarity
* solve concurrency problem
* small fixes
* check tx index range
* fix(get_task_result_api)
* fix(server)
* fix(execution-spec-tests-execute.yaml)
* fix(build-release)
* fix(build-release)
* feat(res/execution-spec-tests-styles.css)
* feat(test_run)
* refactor(build-master.yml): update Docker repository and improve wiki generation steps
* fix p2p event loop error condition
* fix(run_shell)
* lint
* lint(server)
* lint
* lint
* Update tx-pool-check-short.yaml: modify transaction pool analysis tasks to use tps instead of qps and adjust parameters for improved performance
* replace QPS with TPS
* fix loop boundary
* Update transaction generation logic to extend test duration and improve logging for negative sleep time
* Reduce transaction duration in tx-pool-check-short.yaml from 30 seconds to 10 seconds for improved testing efficiency
* Swap names and titles of transaction pool analysis tasks in tx-pool-check-short.yaml for clarity and consistency
* complete throughput task
* Rename transaction variable in tx pool throughput analysis task for clarity and consistency
* rename mean_throughput
* Add duplicated p2p event logging and counting in tx pool latency analysis
* Implement coordinated omission events counting in tx pool latency analysis
* Remove logging of duplicated p2p events in tx pool latency analysis
* Add TODO for timeout implementation in duplicated p2p event handling in tx pool latency analysis
* Implement coordinated omission events logging and output in tx pool throughput analysis
* Swap names and titles of latency and throughput analysis tasks in tx-pool-check-short.yaml for clarity.
* fix
* fix tx gen and parsing
* move exit check
* Swap names and titles of throughput and latency analysis tasks in tx-pool-check-short.yaml for consistency.
* add logs; more uniform code
* fix termination condition
* Enhance readUntil function to support context for timeout handling and update ReadTransactionMessages to accept an optional timeout parameter.
* Update error message in readUntil function to use a simplified format for timeout handling.
* Refactor tx-pool-check.yaml to update transaction pool latency and throughput configurations, changing parameters to tps and duration_s for consistency and clarity.
---------
Co-authored-by: Michelangelo Riccobene <michelangelo.riccobene@gmail.com>
0 commit comments