Skip to content

Commit

Permalink
Tests: speedup Test_CommandBuffer_GitHub_50()
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jan 8, 2025
1 parent 0339e51 commit 76933d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void Test_CommandBuffer_Parallel()

class ParallelPositionSystem : QuerySystem<MyComponent1>
{
readonly ParallelJobRunner runner = new (Environment.ProcessorCount);
readonly ParallelJobRunner runner = new(2);

protected override void OnUpdate()
{
Expand Down

0 comments on commit 76933d7

Please sign in to comment.