Commit a8b2f88
committed
Disable TFM-parallel test runs; mark GC test as explicit
Set TestTfmsInParallel to false to serialize test runs per project, reducing resource usage in .NET 9+ SDKs. Marked a GC memory release test as explicit so it only runs when explicitly requested, preventing it from running by default.1 parent 83124f9 commit a8b2f88
2 files changed
Lines changed: 4 additions & 1 deletion
File tree
- Source/Tst
- KZDev.PerfUtils.Memory.Heap.Sequential.UnitTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
Source/Tst/KZDev.PerfUtils.Memory.Heap.Sequential.UnitTests/UsingMemoryStreamSlimReleaseBuffers.cs
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments