I stumbled across a blog, on which a user has made an attempt to port the Brain *beep**beep**beep**beep* Scheduler to FreeBSD, also known as FBFS! There was some nice benchmarks and videos showing the scheduler in use, and tested against 4BSD and ULE.
Now the only machine that seems to benefit from FBFS is a dualcore machine, but on an 4core plus machine, ULE seems to be dominant. While 4BSD seems to win over ULE and on similar grounds to FBFS on dualcore or less machines:
Sysbench Postgresql benchmark on a 2 CPU machine
Sysbench Postgresql benchmark on a 8 CPU machine
Sysbench Postgresql benchmark on a 4 CPU virtual machine
So I figure, each scheduler benefits different machines. Seems like ULL is best for multiple cpu environments, while FBFS and 4BSD better for single core environments.
I hope you find this information useful: The project of fBFS
Now the only machine that seems to benefit from FBFS is a dualcore machine, but on an 4core plus machine, ULE seems to be dominant. While 4BSD seems to win over ULE and on similar grounds to FBFS on dualcore or less machines:
Sysbench Postgresql benchmark on a 2 CPU machine

Sysbench Postgresql benchmark on a 8 CPU machine

Sysbench Postgresql benchmark on a 4 CPU virtual machine

So I figure, each scheduler benefits different machines. Seems like ULL is best for multiple cpu environments, while FBFS and 4BSD better for single core environments.
I hope you find this information useful: The project of fBFS