@mojoxer
I've grabbed the first ARM chip I had handy (my Raspberry Pi) and ran some tests. I definitely see speed improvements in the C-Ray and the Redis tests, the other ones do not change much. Plus it allowed me to find the programs that are failing (Stream, NAMD, NPB) and I've made jobs for them.
I'll grab faster hardware and be able to develop faster. The 30-36 hour RPi runs are rather slow.
GCC 4.6 = 43261422251323
GCC 4.8 = 00281422416340
I'll have to do some detection and whatnot to properly load the correct libs, this all depends on the upstream providers as well.
On a related note, it made me check my other installs. From my Docker build test environment, it looks like Ubuntu 14.04 defaults to GCC 4.8 so that's good. CentOS is 4.4.7... sigh.
Thanks for bringing it up. We'll get changes into another version at some point in the future here, I have to fix bugs first.
Hello. I'm new to the forums here, and I like the Linux-Bench, especially as it's becoming a standard across more and more review sites. I was running the bench on an ARM SBC (Banana Pi) and noticed that the start-up portion of the script checks for and installs GCC-4.6 as the default compiler. That version of GCC is pretty poorly optimized for ARM, with some programs showing a 30-50% speed improvement just changing to GCC-4.7. Are there plans to update things for Linux-Bench 2015, or are you keeping things as-is for comparison sake?