perf(pytest): switch xdist workers from -n 4 to -n logical

This commit is contained in:
2026-05-10 22:28:04 -04:00
parent 349f88252a
commit 0403cfc6a2

View File

@@ -117,7 +117,7 @@ decnet = "decnet.cli:app"
asyncio_mode = "auto"
asyncio_debug = "true"
asyncio_default_fixture_loop_scope = "function"
addopts = "-v -q -x -n 4 --dist load"
addopts = "-v -q -x -n logical --dist load"
norecursedirs = [
"tests/live",
"tests/stress",