Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: use x86 16core machine for CI (#1099)
**Motivation:** use more powerful machine to run CI and speed it up we've tested in following combo: - arch: x86 vs arm64 - cpu: 8 vs 16 vs 32 cores turns out our CI has best perf on x86 16core. **Modifications:** use X86 16core runner i configured to run all CI jobs **Result:** improvements results: - integration: 10min -> 4min, 2.5X - forktest: 16min -> 4min, 4X - intense fuzz tests: 2.5h -> 56min, 2.5X - test storage: 13 min -> 2min, 6.5X - coverage: 22min -> 8min, 3X
- Loading branch information