-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mocknet): various improvements (#3017)
* Support for sharded mocknet (these machine names have the `sharded-` prefix) * Single function for downloading logs from all nodes (helpful in gathering logs for debugging issues) * Use a single block hash for all transactions in the load test instead of constantly pinging the status endpoint (this reduces the load on the node which is not related to receiving and processing transactions, which is the core functionality we are benchmarking) * Ensure `Metrics` can handle the case where `near_block_processing_time` is missing (which occasionally happens for some reason)
- Loading branch information
Showing
3 changed files
with
56 additions
and
40 deletions.
There are no files selected for viewing
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