Skip to content

Instantly share code, notes, and snippets.

@ecliptik
Created September 15, 2017 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecliptik/e514adf0e4865989eb2d0d8cfa0abeeb to your computer and use it in GitHub Desktop.
Save ecliptik/e514adf0e4865989eb2d0d8cfa0abeeb to your computer and use it in GitHub Desktop.
Jest multi-thread results on ARM64

jest --coverage --verbose --maxWorkers=24

Test Suites: 569 passed, 569 total
Tests:       3 skipped, 4901 passed, 4904 total
Snapshots:   456 passed, 456 total
Time:        169.055s
Ran all test suites.

=============================== Coverage summary ===============================
Statements   : 69.69% ( 8372/12014 )
Branches     : 51.52% ( 3025/5872 )
Functions    : 60.67% ( 1956/3224 )
Lines        : 70.32% ( 8326/11840 )
================================================================================
Done in 181.07s.

jest --coverage --verbose --maxWorkers=48

Test Suites: 569 passed, 569 total
Tests:       3 skipped, 4901 passed, 4904 total
Snapshots:   456 passed, 456 total
Time:        164.203s
Ran all test suites.

=============================== Coverage summary ===============================
Statements   : 69.69% ( 8372/12014 )
Branches     : 51.52% ( 3025/5872 )
Functions    : 60.67% ( 1956/3224 )
Lines        : 70.32% ( 8326/11840 )
================================================================================
Done in 176.78s.

jest --coverage --verbose --maxWorkers=60

Test Suites: 569 passed, 569 total
Tests:       3 skipped, 4901 passed, 4904 total
Snapshots:   456 passed, 456 total
Time:        231.244s
Ran all test suites.

=============================== Coverage summary ===============================
Statements   : 69.69% ( 8372/12014 )
Branches     : 51.52% ( 3025/5872 )
Functions    : 60.67% ( 1956/3224 )
Lines        : 70.32% ( 8326/11840 )
================================================================================
Done in 243.93s.

jest --coverage --verbose --maxWorkers=72

Test Suites: 569 passed, 569 total
Tests:       3 skipped, 4901 passed, 4904 total
Snapshots:   456 passed, 456 total
Time:        282.626s
Ran all test suites.

=============================== Coverage summary ===============================
Statements   : 69.69% ( 8372/12014 )
Branches     : 51.52% ( 3025/5872 )
Functions    : 60.67% ( 1956/3224 )
Lines        : 70.32% ( 8326/11840 )
================================================================================
Done in 295.39s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment