I've updated my two PI2's to the newest Raspbian Buster, and the results (BOINC MIPS-wise) are again astonishing:
New MIPS, please! -part two
Raspbian version | Linux kernel | BOINC version | Floating Point MIPS (Whetstone) per core | Integer MIPS (Dhrystone) per core |
Jessie | 3.6.11 | 7.4.23 | 364 | 1,292 |
Stretch | 4.9.41 | 7.6.33 | 614 | 11,941 |
Buster | 4.19.50 | 7.14.2 | 634 | 15,719 |
BOINC MIPS seem to be closely related to Bogo MIPS and presently go up like they're named Bitcoin MIPS...
Lets run it again for kernel 5.4.79, BOINC-Client for Raspberry Pi OS is still 7.14.2
Raspberry Pi 2 @1000 MHz
750 2/3/2021 9:08:32 PM Benchmark results:
751 2/3/2021 9:08:32 PM Number of CPUs: 4
752 2/3/2021 9:08:32 PM 712 floating point MIPS (Whetstone) per CPU
753 2/3/2021 9:08:32 PM 17469 integer MIPS (Dhrystone) per CPU
Odroid-C1 @1500 MHz, kernel 3.10.107, BOINC-Client 7.16.6
82 2/3/2021 9:02:17 PM Benchmark results:
83 2/3/2021 9:02:17 PM Number of CPUs: 4
84 2/3/2021 9:02:17 PM 994 floating point MIPS (Whetstone) per CPU
85 2/3/2021 9:02:17 PM 17562 integer MIPS (Dhrystone) per CPU
As the Odroid-C1's Amlogic S805 is clocked 50% higher than the Pi 2's Broadcom BCM2836 for the benchmarks above, it is no more than logical that the MIPS are higher too.
And it is not only the CPU that is clocked higher, the GPU of the C1 runs at 600 MHz, while the Pi 2's GPU has to do with 250 MHz.
The Odroid-C1 uses DDR3 RAM @792MHz, the Pi 2 LP-DDR2 RAM @400MHz
But as the Broadcom BCM2836 Cortex-A7 is the better chip when compared with the Amlogic S805 Cortex-A5, the difference is less than the clock speed would suggest.
The Odroid-C1's 994 floating point MIPS is nice, but if it scaled like the clock speed it should have been 1068. This is because the Cortex-A7 has a higher IPC value.
The Odroid-C1's 17,562 integer MIPS are nice too, but it should have been 26,203 to impress. The Cortex-A7's higher IPC (Instructions per Clock Cycle) strikes again.
Still, one has to bear in mind that at the time of its introduction the C1 stood against the Raspberry Pi Model B+, with its single-core Broadcom BCM2835 ARM11.