-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Performance and configuration values are scattered across the codebase without clear rationale:
GitHubReporter.cs:21—MaxFileSizeInBytes = 1 * 1024 * 1024(1MB)TestBuilderPipeline.cs:25—MinItemsForParallel = 8- Various parallelization thresholds in
TestScheduler.cs
No way to tune these without code changes.
Suggested Fix
Centralize into TUnit.Engine/Configuration/PerformanceConstants.cs with documented rationale for each chosen value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers