7 评论 (7 评论)0 反应 (0 反应)0 负责人 (0 负责人)C#11,415 star (11,415 star)1,054 fork (1,054 fork)batch import
help wantedup-for-grabs
- 议题类型
- bug
- 研究方向
- 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.