Skip to content

Instantly share code, notes, and snippets.

@leon332157
Created January 6, 2024 08:22
Show Gist options
  • Save leon332157/878c67bf012bd120e2a6ac1724c0f330 to your computer and use it in GitHub Desktop.
Save leon332157/878c67bf012bd120e2a6ac1724c0f330 to your computer and use it in GitHub Desktop.
orangepi-zero3-sbcbench
# OrangePi Zero3
Tested with sbc-bench v0.9.60 on Sat, 06 Jan 2024 08:09:52 +0000.
### General information:
Allwinner H618 (SID: 33802000), Kernel: aarch64, Userland: arm64
CPU sysfs topology (clusters, cpufreq members, clockspeeds)
cpufreq min max
CPU cluster policy speed speed core type
0 0 0 480 1512 Cortex-A53 / r0p4
1 0 0 480 1512 Cortex-A53 / r0p4
2 0 0 480 1512 Cortex-A53 / r0p4
3 0 0 480 1512 Cortex-A53 / r0p4
3930 KB available RAM
### Governors/policies (performance vs. idle consumption):
Original governor settings:
cpufreq-policy0: ondemand / 1008 MHz (conservative ondemand userspace powersave performance schedutil / 480 600 792 1008 1200 1344 1416 1512)
Tuned governor settings:
cpufreq-policy0: performance / 1512 MHz
### Clockspeeds (idle vs. heated up):
Before at 43.2°C:
cpu0 (Cortex-A53): OPP: 1512, Measured: 1510
After at 73.0°C:
cpu0 (Cortex-A53): OPP: 1512, Measured: 1510
### Performance baseline
* memcpy: 1336.3 MB/s, memchr: 1544.8 MB/s, memset: 5834.2 MB/s
* 16M latency: 188.7 188.3 187.7 188.1 187.7 188.0 262.6 526.6
* 128M latency: 194.7 193.8 190.4 193.8 190.4 193.6 274.1 544.7
* 7-zip MIPS (3 consecutive runs): 4024, 4026, 4038 (4030 avg), single-threaded: 1164
* `aes-256-cbc 99797.02k 288139.43k 513914.88k 647927.13k 700779.18k 705407.66k`
* `aes-256-cbc 100290.38k 289480.49k 514530.13k 648830.98k 701794.99k 705921.02k`
### Storage devices:
* 58GB "Phison SD64G" HS SDXC card as /dev/mmcblk1: date 10/2022, manfid/oemid: 0x000027/0x5048, hw/fw rev: 0x6/0x0
* Xmc ZB25VQ128A 16MB SPI NOR flash, drivers in use: spi-nor/sun6i-spi/simple-pm-bus
### Swap configuration:
* /dev/zram0: 1.9G (0K used, lzo-rle, 4 streams, 4K data, 74B compressed, 12K total)
### Software versions:
* Ubuntu 22.04.3 LTS
* Build scripts: https://github.com/orangepi-xunlong/orangepi-build.git, 1.0.2, OPI Zero3, sun50iw9, sun50iw9
* Compiler: /usr/bin/gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 / aarch64-linux-gnu
* OpenSSL 3.0.2, built on 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
### Kernel info:
* `/proc/cmdline: root=UUID=920a4a77-4bf9-4221-8883-42caa440e005 rootwait rootfstype=ext4 splash plymouth.ignore-serial-consoles console=ttyS0,115200 console=tty1 consoleblank=0 loglevel=1 ubootpart=c81eca9f-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory swapaccount=1`
* Vulnerability Spectre v1: Mitigation; __user pointer sanitization
* Kernel 6.1.31-sun50iw9 / CONFIG_HZ=250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment