By mswatcher
via damonpayne.com
Submitted: May 10 / 03:23
With a basic understanding of what XUnit is doing, we need to determine where we’re going to try to split things up across multiple cores. Take a look at the sequence diagram fom the last article (here); we have a choice to make. It’s better to make outer loops Parallel vs. inner loops. The design decision this helps us make is that the unit of concurrency is the Class. This means if I make 100 Tests inside a single class, it will run sequentially just as though we had no fancy concurrency code.
SaveShareSend
Tags: methodology
Add your comment