シングルボードコンピュータのベンチマーク比較にRaspberryPi Zero Wを追加した。
いくら小型であれど、シングルスレッドで512MBのメモリでは現在からすば非力になる。もちろん私が最初に利用したコンピュータはこれよりも1桁以上低いスペックであったが・・・。
RaspberryPi Zero WはRaspberry Pi 1 model Bと同じCPUを積んでいるにもかかわらず1.5倍ほど高速という結果が出ているのは驚き。もちろん当方のベンチマークは実際に動いていた環境でテストしているので、OSのバージョンが大幅に異なることが多いので疑いの目で見てほしい。
$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
$ 7zr b
7-Zip (a) [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_GB.UTF-8,Utf16=on,HugeFiles=on,32 bits,1 CPU LE)
LE
CPU Freq: 10666666 12800000 16000000 16000000 25600000 64000000 102400000 204800000 409600000
RAM size: 429 MB, # CPU hardware threads: 1
RAM usage: 219 MB, # Benchmark threads: 1
Compressing | Decompressing
Dict Speed Usage R/U Rating | Speed Usage R/U Rating
KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
22: 327 99 321 319 | 7184 100 616 613
23: 306 99 315 312 | 7050 99 615 610
24: 294 97 328 317 | 6932 99 613 609
---------------------------------- | ------------------------------
Avr: 98 321 316 | 99 615 611
Tot: 99 468 463
$ 7zr b -mmt1
7-Zip (a) [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_GB.UTF-8,Utf16=on,HugeFiles=on,32 bits,1 CPU LE)
LE
CPU Freq: 10666666 12800000 16000000 16000000 32000000 64000000 102400000 204800000 409600000
RAM size: 429 MB, # CPU hardware threads: 1
RAM usage: 219 MB, # Benchmark threads: 1
Compressing | Decompressing
Dict Speed Usage R/U Rating | Speed Usage R/U Rating
KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
22: 325 99 319 317 | 7151 99 615 611
23: 309 99 318 315 | 7063 100 614 611
24: 304 99 329 327 | 6924 99 612 608
---------------------------------- | ------------------------------
Avr: 99 322 320 | 99 614 610
Tot: 99 468 465