Cross-forum CPU benchmark

Hi,
I want to show you a benchmark I wrote. It's a single-threaded benchmark that runs on the CPU. The CPU has to calculate the orbital trajectory of one million rocks rotating around a sphere in space. These rocks travel at random speeds and at random altitudes, that is why the time varies the benchmark takes to complete.

I intend to create a highscore list for your results in this thread and on my blog. You can download the benchmark here:

http://www.2shared.com/file/Zb0Yij5r/CPU_Benchmark__Single-threaded.html

Please post your results like this:

thysol-albums-kram-3045-picture431405-cpu-benchmark-single-threaded.jpg


Highscore list:

thysol-albums-kram-3045-picture434212-cpu-benchmark-single-threaded.png



CPU Benchmark (single-threaded) v1.1

This updated benchmark takes longer to complete which increases accuracy. The accuracy went up by a huge margin because I also tweaked the code.

Again please post in this format:

thysol-albums-kram-3045-picture432859-cpu-benchmark-proof.png


Highscore list:

thysol-albums-kram-3045-picture434211-cpu-benchmark-single-threaded-v1-1.png


CPU Benchmark (multi-threaded)

Here is my new CPU benchmark. It is multi-threaded. This time the CPU has to calculate the orbital trajectory for 100000000 rocks. That is 100 times more than before so don't be surprised that this new benchmark takes considerably longer to complete.

Again, please post in this Format:

thysol-albums-kram-3045-picture431703-cpu-benchmark-multi-threaded.png


Highscore list:

thysol-albums-kram-3045-picture434210-cpu-benchmark-multi-threaded.png
 
Back