Pine 64 benchmarks
#46
(03-11-2016, 04:56 PM)tllim Wrote: We are currently working with a reputable heat sink vendor to design a heat sink and samples will available on next week. The size is 35x42x5mm, Aluminum body with copper coating. The bottom of this heat sink has three self-adhesive pads that covers 2 SDRAM and the A64 SoC. We will send to Andrew2 to try out when receive the sample.

Good to know, then I'll leave the second Pine64+ as it is, wait for your heatsink sample, will then run tests again and report back.

I did another run with more demanding workloads as the boring PTS 'benchmarks' today to demonstrate how efficient our new settings influence thermal/throttling and also performance behaviour of longsleep's OS images.

I took the Pine64+ with heatsink, put the fan on top and used ssvb's great cpuburn-a53 from https://github.com/ssvb/cpuburn-arm to generate as much heat as possible. Then I walked through the available cpufreq operating points (/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies) that differ now. 

Before:
Code:
480000 600000 720000 816000 1008000 1104000 1152000 1200000 1344000

And after:
Code:
480000 600000 720000 816000 912000 960000 1008000 1056000 1104000 1152000 1200000 1344000

Being able to use more different clockspeed steps increases performance when throttling occurs. But more importantly we also adjusted the thermal trip points and the strategy how to prevent overheating (not killing CPU cores but let throttling do the work). On the left our new settings, on the right how throttling worked before (or works still on the Android image!):

[Image: Pine64_new_throttling_behavior.png]

With my cheap equipment (heatsink+fan for less than $3) and the new settings throttling starts when reaching 90°C and the maximum cpufreq jumps between 912MHz and 960MHz. But all CPU cores are kept. Please keep in mind that running the meaningless 'Phoronix Test Suite' benchmarks the very same setup was able to clock at up to 1344MHz which is just an indication how demanding cpuburn-a53 is (makes heavy use of NEON).

With the old settings higher clockspeeds would have been possible but CPU cores would've been killed all the time. Please keep in mind that longsleep added a tricky service at least to his Ubuntu image: A small daemon called core-keeper watches available CPU cores and the 'cooler state' and when temperatures are ok brings the CPU cores back. Without this the first full load situation will lead to all CPU cores killed up to 1 or maybe 2. I believe the current strategy to throttle earlier but keep CPU cores is superiour.

And please also keep in mind that I used a really heavy workload you might not be able to create using normal/unoptimised software. So adopting these new thermal settings will not limit your maximum clockspeeds to 912-960 MHz as in my extreme example setup but keep them at the maximum (maybe a cheap heatsink is necessary) but more importantly keeps all CPU cores active.

Fortunately longsleep provides an easy way to update all his images (both kernel and u-boot), so please follow these steps when you're already using his images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)


Messages In This Thread
Pine 64 benchmarks - by patrickhwood - 03-02-2016, 12:11 AM
RE: Pine 64 benchmarks - by nomadewolf - 03-05-2016, 02:04 PM
RE: Pine 64 benchmarks - by patrickhwood - 03-05-2016, 03:10 PM
RE: Pine 64 benchmarks - by janjwerner - 03-06-2016, 11:16 AM
RE: Pine 64 benchmarks - by tllim - 03-06-2016, 11:30 AM
RE: Pine 64 benchmarks - by patrickhwood - 03-06-2016, 11:54 AM
RE: Pine 64 benchmarks - by janjwerner - 03-06-2016, 12:05 PM
RE: Pine 64 benchmarks - by janjwerner - 03-06-2016, 01:41 PM
RE: Pine 64 benchmarks - by longsleep - 03-06-2016, 03:06 PM
RE: Pine 64 benchmarks - by janjwerner - 03-06-2016, 08:04 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-07-2016, 11:30 AM
RE: Pine 64 benchmarks - by longsleep - 03-07-2016, 12:49 AM
RE: Pine 64 benchmarks - by janjwerner - 03-07-2016, 07:54 AM
RE: Pine 64 benchmarks - by longsleep - 03-07-2016, 12:43 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-07-2016, 12:59 PM
RE: Pine 64 benchmarks - by janjwerner - 03-07-2016, 01:34 PM
RE: Pine 64 benchmarks - by longsleep - 03-07-2016, 01:40 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-07-2016, 02:03 PM
RE: Pine 64 benchmarks - by janjwerner - 03-08-2016, 12:07 AM
Pine 64 benchmarks - by Andrew2 - 03-08-2016, 12:34 AM
RE: Pine 64 benchmarks - by longsleep - 03-08-2016, 01:09 AM
Pine 64 benchmarks - by Andrew2 - 03-08-2016, 04:04 AM
Pine 64 benchmarks - by Andrew2 - 03-08-2016, 06:39 AM
RE: Pine 64 benchmarks - by janjwerner - 03-08-2016, 06:59 AM
Pine 64 benchmarks - by Andrew2 - 03-08-2016, 07:10 AM
RE: Pine 64 benchmarks - by janjwerner - 03-08-2016, 09:42 AM
Pine 64 benchmarks - by Andrew2 - 03-08-2016, 10:14 AM
RE: Pine 64 benchmarks - by janjwerner - 03-08-2016, 10:34 AM
Pine 64 benchmarks - by Andrew2 - 03-08-2016, 11:16 AM
RE: Pine 64 benchmarks - by longsleep - 03-08-2016, 12:31 PM
RE: Pine 64 benchmarks - by Artyom - 03-09-2016, 02:03 AM
RE: Pine 64 benchmarks - by Andrew2 - 03-09-2016, 03:53 AM
RE: Pine 64 benchmarks - by ssvb - 03-09-2016, 11:30 AM
RE: Pine 64 benchmarks - by Andrew2 - 03-09-2016, 12:12 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-10-2016, 04:45 AM
RE: Pine 64 benchmarks - by Andrew2 - 03-10-2016, 10:03 AM
RE: Pine 64 benchmarks - by Andrew2 - 03-10-2016, 01:42 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-11-2016, 05:03 AM
RE: Pine 64 benchmarks - by norm24 - 03-11-2016, 05:39 AM
RE: Pine 64 benchmarks - by Andrew2 - 03-11-2016, 09:59 AM
RE: Pine 64 benchmarks - by xtcrefugee - 03-11-2016, 11:35 AM
RE: Pine 64 benchmarks - by Andrew2 - 03-11-2016, 01:03 PM
RE: Pine 64 benchmarks - by tllim - 03-11-2016, 04:56 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-12-2016, 01:08 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-11-2016, 11:55 AM
RE: Pine 64 benchmarks - by Artyom - 03-12-2016, 03:06 AM
RE: Pine 64 benchmarks - by g_t_j - 03-15-2016, 02:28 PM
RE: Pine 64 benchmarks - by tllim - 03-15-2016, 04:19 PM
RE: Pine 64 benchmarks - by g_t_j - 03-15-2016, 04:43 PM
RE: Pine 64 benchmarks - by janjwerner - 03-15-2016, 08:41 PM
RE: Pine 64 benchmarks - by g_t_j - 03-16-2016, 06:11 AM
RE: Pine 64 benchmarks - by janjwerner - 03-15-2016, 04:46 PM
RE: Pine 64 benchmarks - by g_t_j - 03-15-2016, 05:00 PM
RE: Pine 64 benchmarks - by tllim - 03-15-2016, 07:52 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-16-2016, 01:56 AM
RE: Pine 64 benchmarks - by g_t_j - 05-28-2016, 11:23 AM
RE: Pine 64 benchmarks - by tllim - 05-28-2016, 07:31 PM
RE: Pine 64 benchmarks - by g_t_j - 05-29-2016, 01:23 AM
RE: Pine 64 benchmarks - by tllim - 05-29-2016, 09:18 AM
RE: Pine 64 benchmarks - by norm24 - 03-15-2016, 11:26 PM
RE: Pine 64 benchmarks - by Andrew2 - 03-16-2016, 04:38 AM
RE: Pine 64 benchmarks - by Andrew2 - 03-16-2016, 06:04 AM
RE: Pine 64 benchmarks - by BarBrian - 03-28-2016, 11:22 PM
RE: Pine 64 benchmarks - by stealthbanana - 04-07-2016, 10:40 AM
RE: Pine 64 benchmarks - by TeaPack - 04-15-2016, 01:17 PM
RE: Pine 64 benchmarks - by tkaiser - 04-15-2016, 02:14 PM
RE: Pine 64 benchmarks - by TeaPack - 04-15-2016, 02:32 PM
RE: Pine 64 benchmarks - by tkaiser - 04-15-2016, 02:45 PM
RE: Pine 64 benchmarks - by TeaPack - 04-15-2016, 03:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pine A64+ mainline mipi-dsi Learnincurve 3 6,521 01-12-2021, 07:36 AM
Last Post: Learnincurve
  DietPi OS for PINE A64 MichaIng 0 9,119 12-15-2020, 06:11 AM
Last Post: MichaIng
  Fedora 32/CentOS 8 Pine A64+ Images wideawake 2 5,440 10-02-2020, 11:38 AM
Last Post: mathiraj
  LibreELEC(KODI) for Pine A64 (+) pineadmin 6 15,612 05-02-2020, 10:29 AM
Last Post: aaronmarsh632
  Lakka-nightlies for Pine A64 (and H64) roel 11 19,168 04-23-2020, 12:55 AM
Last Post: roel
  Read DHT22 on Pine A64 ayufan 3 6,550 01-19-2020, 02:51 PM
Last Post: {-DesT-}
  Centos 7 for Pine A64 Luke 2 6,033 05-28-2019, 12:18 AM
Last Post: pineadmin
  NEMS Linux for Pine A64 (+) Luke 1 5,099 05-09-2019, 05:42 PM
Last Post: pineadmin
  Pine Board using linux stuck during boot sequence ktaragorn 4 8,185 03-30-2019, 06:48 AM
Last Post: ktaragorn
  motionEyeOS (PINE A64(+)) pineadmin 4 11,908 11-09-2018, 03:25 AM
Last Post: pineadmin

Forum Jump:


Users browsing this thread: 5 Guest(s)