-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 3 model B+ #16
Comments
To get Geekbench to complete, I had to increase the swap space from 100M to 1024M (fyi). |
100M sounds like the standard emergency swap on SD card, right? Which simply means that Geekbench numbers have to go into the trash and not into a review when the claim is benchmarking the device and not just generating numbers w/o meaning? BTW: with Geekbench 6 everything got worse (sample standard deviation seems to be higher than before and swapping occurs even on systems with 2 GB RAM now). Geekbench + SBC with less than 4GB RAM -> numbers w/o meaning since you're partially not 'benchmarking' the SBC in question but just the random I/O performance of the device the swap device sits on. Geekbench 6 numbers on a device with 1GB RAM with swap on an ordinary SD card compared to swap on an A1 card compared to ZRAM will vary greatly. Same with Geekbench 5.5 but to a lower extent. |
BTW: |
The numbers are not invalid—the single core benchmarks required no swap, and only one of the multi-core tests seemed to dip into swap. The top line numbers have some inconsistency but the fact the benchmark doesn't run under defaults is an interesting point to make. There are other programs I've tried running on Pi 3 B+ and CM3+ that I couldn't run stably due to lack of RAM, so it just illustrates the point. But that's why I link to the result, too—so people can compare it to other Pi 3 B+ runs on the Geekbench site, and also see the individual test results. |
That's mostly due to running a 64-bit userland on these thingies where everything needs almost twice as much RAM as such you run way more likely into swapping. :)
People can't compare since you can't search for RPi 3B+ on the Geekbench site. All you can do is to search for either "Raspberry" or "BCM2385" (since for whatever reason most RPi from 2B on report this wrong SoC in Then you need to crawl through endless pages and search for "1400" since that's the only easy way to spot RPi 3B**+**. And then you end up at this for example: https://browser.geekbench.com/v5/cpu/compare/18249926?baseline=20776700 Same device, same software (64-bit kernel and 64-bit userland), maybe different And there are plently of 3B+ listings which multi-scores below 200 or even 150. Geekbench doesn't record real clockspeeds (but on RPi 3B**+** the 1400 MHz will be turned silently into 1200 MHz with even moderate loads unless you set BTW: that's what the |
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
Very confused that this says BCM2835 but aarch64... I thought it was ARMv6 (32-bit)? |
@platima - The chip is 64-bit capable. It can also run 32-bit stuff too, it's one of the older designs that can do both native :) |
Yeah on a 2GB board I had to kill lightdm to get it to finish without oom reaping the geekbench process. I honestly think we need to run it with swap disabled though to ensure results are more consistent, which might mean sticking to v5? |
Basic information
Linux/system information
Benchmark results
CPU
Power
stress-ng --matrix 0
): 5.6 Wtop500
HPL benchmark: TODO WDisk
SanDisk Extreme Pro 32GB A1
curl https://raw.githubusercontent.com/geerlingguy/pi-cluster/master/benchmarks/disk-benchmark.sh | sudo bash
Run benchmark on any attached storage device (e.g. eMMC, microSD, NVMe, SATA) and add results under an additional heading. Download the script with
curl -o disk-benchmark.sh [URL_HERE]
and runsudo DEVICE_UNDER_TEST=/dev/sda DEVICE_MOUNT_PATH=/mnt/sda1 ./disk-benchmark.sh
(assuming the device issda
).Also consider running PiBenchmarks.com script.
Network
iperf3
results:Built-in Ethernet
iperf3 -c $SERVER_IP
: 253 Mbpsiperf3 --reverse -c $SERVER_IP
: 322 Mbpsiperf3 --bidir -c $SERVER_IP
: 175 Mbps up, 145 Mbps downBuilt-in WiFi
iperf3 -c $SERVER_IP
: 24.5 Mbpsiperf3 --reverse -c $SERVER_IP
: 6.32 Mbpsiperf3 --bidir -c $SERVER_IP
: 0.00 Mbps up, 0.52 Mbps down11WiFi seemed to be very unstable when benchmarking on this board. I haven't done too much research into this, but it seemed to lock up every now and then when I was putting it under full load.
GPU
Memory
The text was updated successfully, but these errors were encountered: