BigTreeTech CB1
geerlingguy opened this issue · 1 comments
geerlingguy commented
Basic information
- Board URL (official): https://bigtreetech.github.io/docs/CB1.html
- Board purchased from: Biqu Equipment
- Board purchase date: 2022-08-30
- Board specs (as tested): 1 GB RAM, WiFi/BT
- Board price (as tested): $35.99 (+ $5 shipping, with $3.99 discount, included Pi4B carrier)
Linux/system information
# output of `neofetch`
PASTE_HERE
# output of `uname -a`
Linux BTT-CB1 5.16.17-sun50iw9 #2.2.0 SMP Wed Sep 28 15:50:52 HKT 2022 aarch64 GNU/Linux
Benchmark results
CPU
- Geekbench 6: (TODO single / TODO multi - PASTE_URL)
- TODO Gflops (geerlingguy/top500-benchmark HPL result)
Power
- Idle power draw (at wall): TODO W
- Maximum simulated power draw (
stress-ng --matrix 0
): TODO W - During Geekbench multicore benchmark: TODO W
- During
top500
HPL benchmark: TODO W
Disk
MANUFACTURER_AND_MODEL_OF_DISK_HERE
Benchmark | Result |
---|---|
fio 1M sequential read | TODO MB/s |
iozone 1M random read | TODO MB/s |
iozone 1M random write | TODO MB/s |
iozone 4K random read | TODO MB/s |
iozone 4K random write | TODO MB/s |
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 run sudo DEVICE_UNDER_TEST=/dev/sda DEVICE_MOUNT_PATH=/mnt/sda1 ./disk-benchmark.sh
(assuming the device is sda
).
Also consider running PiBenchmarks.com script.
Network
iperf3
results:
iperf3 -c $SERVER_IP
: 94.6 Mbpsiperf3 --reverse -c $SERVER_IP
: TODO Mbpsiperf3 --bidir -c $SERVER_IP
: TODO Mbps up, TODO Mbps down
(Be sure to test all interfaces, noting any that are non-functional.)
GPU
- TODO: Haven't determined standardized benchmark yet. See Issue #2.
Memory
tinymembench
results:
Click to expand memory benchmark result
# Run the two commands below, then replace this code block with the full result.
git clone https://github.com/rojaster/tinymembench.git && cd tinymembench && make
./tinymembench
sbc-bench
results
Run sbc-bench and paste a link to the results here:
wget https://raw.githubusercontent.com/ThomasKaiser/sbc-bench/master/sbc-bench.sh
sudo /bin/bash ./sbc-bench.sh -r
Phoronix Test Suite
Results from pi-general-benchmark.sh:
- pts/encode-mp3: TODO sec
- pts/x264 4K: TODO fps
- pts/x264 1080p: TODO fps
- pts/phpbench: TODO
- pts/build-linux-kernel (defconfig): TODO sec
geerlingguy commented
See related: geerlingguy/raspberry-pi-pcie-devices#479