Gregor Milos (Grzegorz Miłoś)
Gregor Milos (Grzegorz Miłoś)
Motivation: `SelectableEventLoop` uses `ScheduledTask` to track tasks scheduled for some specific point in time, but also tasks that are supposed to be executed immediately. This casuse performance issues where the...
**Motivation:** At the moment `SchedulingBenchmark` preheats single EL to a specified number of tasks. However, the actual performance test runs number of times, and EL doesn't get drained in between...
### Expected behavior Test runs reliably. ### Actual behavior Test crashes occasionally with `Unexpectedly found nil while implicitly unwrapping an Optional value` ### Steps to reproduce 1. Build `NIOPerformanceTester` in...