Got it. I will add on systems with more than one CPU cluster two additional Geekbench runs, pinned to all cores of same type so on RK3588 I wonāt differentiate between the two A76 clusters but just additionally execute taskset -c 0-3 geekbench5
followed by taskset -c 4-7 geekbench5
.
EDIT: I tried it with only taskset
first but then decided to take the unneeded cores offline (funnily cpu0
could be sent offline): http://ix.io/48Km
The differences arenāt that big when looking at combined scores but individual tests differ a lot in both directions which doesnāt make a lot of sense to me:
- cpu0-cpu3: https://browser.geekbench.com/v5/cpu/16888046
- cpu4-cpu7: https://browser.geekbench.com/v5/cpu/16888102
- cpu0-cpu3 with 4-7 offline: https://browser.geekbench.com/v5/cpu/16888745
- cpu4-cpu7 with 0-3 offline: https://browser.geekbench.com/v5/cpu/16888793
- little cores compared: https://browser.geekbench.com/v5/cpu/compare/16888046?baseline=16888745
- big cores compared: https://browser.geekbench.com/v5/cpu/compare/16888102?baseline=16888793