Rayrun
โ† Back to Discord Forum

Is parallelism recommended for .NET?

My VM has two cores and was thinking of having two workers running the tests.

This thread is trying to answer question "Is it recommended to use parallelism in .NET, specifically when running tests on a VM with two cores?"

1 reply

Would suggest experimenting, but thought the rule of thumb is half your cores. 2 cores 1 worker... My last machine had 2 coren 2 threads each, using 3 workers, would get random failure. Got a machine with a lot more threads can easily run 10 or 12 workers. Test use to take a loooooong time, now it is a lot faster ๐Ÿ™‚

Related Discord Threads

TwitterGitHubLinkedIn
AboutQuestionsDiscord ForumBrowser ExtensionTagsQA Jobs

Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].