2
0
mirror of synced 2025-01-10 00:25:49 +00:00
cs-codex-dist-tests/Tests/Parallelism.cs
2023-05-04 08:25:48 +02:00

7 lines
82 B
C#

using NUnit.Framework;
[assembly: LevelOfParallelism(30)]
namespace Tests
{
}