LoginSignup
16
5

More than 3 years have passed since last update.

Raspberry Pi4 性能比較

Posted at

Raspberry Pi4 性能比較

NFS 用に Raspberry Pi4 (4GBモデル) を購入したので
オレオレベンチマークで性能を比較してみる

使用機材

Raspberry Pi 4 Raspberry Pi 3B+ NUC Mac mini desktop
CPU ARM Cortex-A72 ARM Cortex-A53 Celeron N2830 i5-4278U i3-9350KF
周波数 [GHz] 1.5 1.4 2.16-2.41 2.6-3.1 4.0-4.6
コア/スレッド 4/4 4/4 2/2 2/4 4/4
MEM LPDDR4 4GB LPDDR2 1GB DDR3 8GB DDR3 8GB DDR4 16GB
OS Raspbian 10.2 Raspbian 10.2 CentOS 7 Catalina Ubuntu 18.04

使用ベンチマーク

pipbench(自作)

ソースコード:Github
マルチコアによるマンデルブロ集合描画プログラム
計算部分のみの時間測定
解像度は 1920 x 1080
res.png

FFmpeg

動画エンコード
4k webm -> FHD mp4 / 25Mbps / H264

ffmpeg -i hoge.webm -b:v 25M -vf scale=1920:-1 -c:v h264 res.mp4

個人的には使わない類のエンコ

SCP

ファイル転送比較(ローカル)
379MB の動画転送

結果

Raspberry Pi 4 Raspberry Pi 3B+ NUC Mac mini desktop
pipbench [s] 23.2 117.4 46.7 12.1 6.4
FFmpeg [speed] 0.159 0.0392 0.145 0.372 0.951
SCP [MB/s] 43.9 10.9 (14.3:global) 108.0 110.5

IMG_2124.PNG
IMG_2125.PNG
IMG_2126.PNG

 結論

一般的なPCには届かないかもだけど
Ras pi 3 を使う必要はもうないよねってね

16
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
5