feat: multiprocess launch for core tests ~x4.64 faster#621
Open
dimmarvel wants to merge 30 commits intohyle-team:developfrom
Open
feat: multiprocess launch for core tests ~x4.64 faster#621dimmarvel wants to merge 30 commits intohyle-team:developfrom
dimmarvel wants to merge 30 commits intohyle-team:developfrom
Conversation
Added proposals for adding Wrapped Solana, Wrapped TON, and Wrapped Bitcoin Cash to the Zano asset whitelist.
cryptozoidberg
approved these changes
Jan 30, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
~4.64× faster, or ~78.5% reduction
Before:
Total time: 10078s. (22247ms per test in average)With multiprocess:
Total time: 2165 s. (4790 ms per test in average)Run example
# Default run with 8 process ./coretests --multiprocess-run 8Example of output:
Example of coretests_report.json for worker 0:
{ "worker_id": "0", "processes": "1", "tests_count": "27", "unique_tests_count": "27", "total_time_ms": "2152828", "skip_all_till_the_end": "false", "exit_code": "1", "failed_tests": [ "hard_fork_6_intrinsic_payment_id_rpc_test" ], "tests_running_time": [ { "name": "pos_minting_tx_packing", "ms": "12469" }, { "name": "multisig_unconfirmed_transfer_and_multiple_scan_pool_calls", "ms": "6937" }, { "name": "escrow_w_and_fake_outputs", "ms": "38203" }, //... { "name": "asset_operations_and_chain_switching @ HF 4", "ms": "40265" }, { "name": "wallet_reorganize_and_trim_test @ HF 6", "ms": "28938" } ] }Example of worker 4 worker.log