Two major problems with this test:
1) It used a pre-release OS (FreeBSD 8.0) which can have a significant impact on performance.
2) FreeBSD 7.2/8.0 both used Gcc 4.2.1 vs Ubuntu using 4.4.1, which can make as much as a 20% difference (4.4.1 faster) in performance according to the GCC developers:
http://vmakarov.fedorapeople.org/spec/comparison32.html
You will notice that compile time and run time for heavily computational tasks are better in Ubuntu, which is as expected with the GCC change.
While it may be a fair argument, that FreeBSD 8.0 shouldn't include Gcc 4.2.1, it isn't a fair statement to make that this test proves FreeBSD is slower. Frankly, I don't know how well it would perform if the test was done on a level playing field (same hardware, same compiler) but testing with these kind of low level software differences (gcc) from a 3rd party isn't a fair test.



Reply With Quote
