Skip to content

Commit bb04a92

Browse files
committed
Increase parallel execution workers from 4 to 16
Updated AssemblyInfo.cs to increase the number of workers for parallel execution from 4 to 16 by modifying the Workers parameter in the Parallelize attribute. The Scope parameter remains set to ExecutionScope.MethodLevel.
1 parent 3279c03 commit bb04a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nhl.Api.Tests/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[assembly: Parallelize(Workers = 4, Scope = ExecutionScope.MethodLevel)]
1+
[assembly: Parallelize(Workers = 16, Scope = ExecutionScope.MethodLevel)]
22
namespace Nhl.Api.Tests;
33

44
internal sealed class AssemblyInfo

0 commit comments

Comments
 (0)