Pine 64 benchmarks
#9
Benchmark comparisons like this are not useful. You need to include thermal information (eg. heat sink, fan) temperature and thermal throttling details as well including environment temperature. Also you need to make sure that you did loose any cores during one benchmark and then run the next with only 2 or even 1 core (once they are off, they are not turned on again).

This is easy to do with RPi monitor which can easily be installed on the Pine64 with the script from @tkaiser: http://kaiser-edv.de/tmp/4U4tkD/install-...for-a64.sh

Share the graphs which capture the test runs.

Also i have some scripts to monitor on the command line at https://github.com/longsleep/build-pine6...rm-scripts and to turn disabled cores back on.

This are the thermal results running my optimized BSP on the Pine64 without heat sink at 23C room temperature while the pine lies flat on the table without enclosure.

idle
Code:
# pine64_health.sh
CPU freq       : 480.00 MHz
CPU count      : 4  
Governor       : interactive  
Core voltage   : 1.04 V
SOC Temp       : 38 C
Cooling state  : 0  
Cooling limit  : roomage:0,0,0,0,1152000,4,0,0

1 cpuburn-a8
Code:
# pine64_health.sh
CPU freq       : 1152.00 MHz
CPU count      : 4  
Governor       : interactive  
Core voltage   : 1.30 V
SOC Temp       : 56 C
Cooling state  : 0  
Cooling limit  : roomage:0,0,0,0,1152000,4,0,0  

2 cpuburn-a8
Code:
pine64_health.sh
CPU freq       : 1104.00 MHz
CPU count      : 4  
Governor       : interactive  
Core voltage   : 1.26 V
SOC Temp       : 74 C
Cooling state  : 1  
Cooling limit  : roomage:0,0,0,0,1152000,4,0,0

3 cpuburn-a8
Code:
pine64_health.sh
CPU freq       : 1008.00 MHz
CPU count      : 4  
Governor       : interactive  
Core voltage   : 1.20 V
SOC Temp       : 84 C
Cooling state  : 2  
Cooling limit  : roomage:0,0,0,0,1152000,4,0,0

4 cpuburn-a8
Code:
# pine64_health.sh
CPU freq       : 816.00 MHz
CPU count      : 4  
Governor       : interactive  
Core voltage   : 1.20 V
SOC Temp       : 91 C
Cooling state  : 3
Cooling limit  : roomage:0,0,0,0,1152000,4,0,0


This means, it runs stable at 816.00 MHz in cooling state 3 at around 90C with 4 cores burning with a8 optimized code. To add more load, run the cpuburn-53 code which utilized the full CPU capabilities and draws a lot more power / heat.

Also there is the undervoltage problem. If your Pine crashes/freezes it is not because of the heat - most likely you draw too much power and the USB cable / Power supply cannot provide it. Use better/shorter USB cable and another better power supply in such cases.

Cpuburn tools for arm: https://github.com/ssvb/cpuburn-arm

NOTE: Be careful with tuning the thermal details and running cpuburn - you can damage things!


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,495 01-12-2021, 07:36 AM
Last Post: Learnincurve
  DietPi OS for PINE A64 MichaIng 0 9,095 12-15-2020, 06:11 AM
Last Post: MichaIng
  Fedora 32/CentOS 8 Pine A64+ Images wideawake 2 5,416 10-02-2020, 11:38 AM
Last Post: mathiraj
  LibreELEC(KODI) for Pine A64 (+) pineadmin 6 15,545 05-02-2020, 10:29 AM
Last Post: aaronmarsh632
  Lakka-nightlies for Pine A64 (and H64) roel 11 19,061 04-23-2020, 12:55 AM
Last Post: roel
  Read DHT22 on Pine A64 ayufan 3 6,524 01-19-2020, 02:51 PM
Last Post: {-DesT-}
  Centos 7 for Pine A64 Luke 2 6,004 05-28-2019, 12:18 AM
Last Post: pineadmin
  NEMS Linux for Pine A64 (+) Luke 1 5,076 05-09-2019, 05:42 PM
Last Post: pineadmin
  Pine Board using linux stuck during boot sequence ktaragorn 4 8,162 03-30-2019, 06:48 AM
Last Post: ktaragorn
  motionEyeOS (PINE A64(+)) pineadmin 4 11,857 11-09-2018, 03:25 AM
Last Post: pineadmin

Forum Jump:


Users browsing this thread: 1 Guest(s)