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 is more about ordering producers and consumers. Not latency.
Posted Sep 10, 2009 5:18 UTC (Thu)
by jamesh (guest, #1159)
[Link]
I guess it is possible that a scheduler could preempt the task between when the read returns and before it performs the write, but that seems unlikely.
My intuition is that performance would primarily depend on how quickly the scheduler gets round to run a process when it becomes unblocked, which is essentially a measure of average scheduling latency (and as I said before, this doesn't tell you much about the variance in that latency).
BFS vs. mainline scheduler benchmarks and measurements