BFS vs. mainline scheduler benchmarks and measurements
BFS vs. mainline scheduler benchmarks and measurements
Posted Sep 10, 2009 4:01 UTC (Thu) by russell (guest, #10458)In reply to: BFS vs. mainline scheduler benchmarks and measurements by jamesh
Parent article: BFS vs. mainline scheduler benchmarks and measurements
The pipe test would work best if the scheduler gave each task sufficient time to fill or empty the pipe, depending on it's role. It would suffer badly if it kept preempting those tasks to give some other task a go when it became runnable.
The pipe test is more about ordering producers and consumers. Not latency.
