7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#11,415 stars (11,415 stars)1,054 forks (1,054 forks)batch import
help wantedup-for-grabs
Description
This issue does not include a description.
- Issue type
- bug
- Research direction
- Investigate where the thread priority is changed during benchmark execution. Look at the BenchmarkDotNet source code, particularly in the ProcessRunner or BenchmarkRunner classes. Check if there is any code that sets thread priority or nice values. Also examine how the initial benchmark process is spawned with nice n 1 and why subsequent benchmarks have a different nice level. Look for any thread pool or scheduler settings that might be overridden.