Skip to content

Commit 88bce13

Browse files
This makes test_asyncio and test_multiprocessing faster by sharding their execution.
test_asyncio and test_multiprocessing don't require to be executed serially. By executing in parallel we see a large performance gain.
1 parent f5e24bf commit 88bce13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/runtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __str__(self) -> str:
150150

151151
SPLITTESTDIRS = {
152152
"test_asyncio",
153-
"test_compiler",
153+
"test_multiprocessing",
154154
}
155155

156156
# Storage of uncollectable objects

0 commit comments

Comments
 (0)