Dev mode for integration tests - #3329
Conversation
ChenxingLi
left a comment
There was a problem hiding this comment.
Before we accept this PR, we need some experimental data to ensure it actually helps improve test speed.
Reviewable status: 0 of 14 files reviewed, all discussions resolved (waiting on @Pana)
Here is part of the local test data (macOS, M2 PRO) for the result for the command before (in test mode): And you can find the result in recent CI consoles: Before(https://jenkins.conflux-chain.org.cn/job/conflux-rust/1359/console): This pr(https://jenkins.conflux-chain.org.cn/job/conflux-rust/1360/console): Turning a test containing lots of transaction sending would greatly accelerate it. But not all tests are suitable for dev mode so this pull request simply turns part of execution tests into dev mode |
…sts and adjust parameters
3f47095 to
4fe8cb1
Compare
…g addr2line, anyhow, ark-ff, and others
This change is