7 commentaires (7 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)C#11 415 stars (11 415 stars)1 054 forks (1 054 forks)batch import
help wantedup-for-grabs
Description
Cette issue ne contient pas de description.
- Type d'issue
- bug
- Direction de recherche
- 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.