Skip to content

chore: parallelize by test#1944

Merged
eakmanrq merged 2 commits intomainfrom
eakmanrq/parallelize_by_test
Jan 9, 2024
Merged

chore: parallelize by test#1944
eakmanrq merged 2 commits intomainfrom
eakmanrq/parallelize_by_test

Conversation

@eakmanrq
Copy link
Contributor

@eakmanrq eakmanrq commented Jan 9, 2024

Combined with the improvements from #1939 it seems like we can now parallelize all tests except for Airflow.

worksteal approach means that workers can take work from other workers if they finish their queue early (shared/greedy approach).

From some simple testing, it seems like assigning 2 workers per code is ideal on CircleCI so updated config to match that. Tests are now 3x faster on CircleCI than prior to these two PRs.

@eakmanrq eakmanrq force-pushed the eakmanrq/parallelize_by_test branch from 94d9c70 to 532e5c5 Compare January 9, 2024 20:43
@eakmanrq eakmanrq force-pushed the eakmanrq/parallelize_by_test branch from 532e5c5 to 9c37c6e Compare January 9, 2024 20:51
@eakmanrq eakmanrq merged commit e3c6d65 into main Jan 9, 2024
@eakmanrq eakmanrq deleted the eakmanrq/parallelize_by_test branch January 9, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants