美文网首页linux系统开发
在linux(Arm64)下运行geekbench5跑分

在linux(Arm64)下运行geekbench5跑分

作者: Armlinux | 来源:发表于2023-02-26 16:34 被阅读0次

注意:目前geekbench5 for arm64处于preview状态
在root命令行中运行以下指令

mkdir -p ~/software/geekbench5 && cd ~/software/geekbench5 
wget https://cdn.geekbench.com/Geekbench-5.4.0-LinuxARMPreview.tar.gz
tar xf Geekbench-5.4.0-LinuxARMPreview.tar.gz
cd Geekbench-5.4.0-LinuxARMPreview
./geekbench_aarch64

以S922X跑分为例,执行完成后会有以下输出:

root@armbian:~/Geekbench-5.4.0-LinuxARMPreview# ls
geekbench5  geekbench_aarch64  geekbench_armv7  geekbench.plar
root@armbian:~/Geekbench-5.4.0-LinuxARMPreview# ./geekbench_aarch64
Geekbench 5.4.0 Preview : https://www.geekbench.com/

Geekbench 5 for Linux/AArch64 is a preview build. Preview builds require an
active Internet connection and automatically upload benchmark results to the
Geekbench Browser.

  Running Gathering system information
System Information
  Operating System              Linux 5.15.91-flippy-81+o aarch64
  Model                         N/A
  Motherboard                   N/A

Processor Information
  Name                          ARM ARMv8
  Topology                      1 Processor, 1 Core, 6 Threads
  Identifier                    ARM implementer 65 architecture 8 variant 0 part 3337 revision 2
  Base Frequency                1.80 GHz

Memory Information
  Size                          3.70 GB


Single-Core
  Running AES-XTS
  Running Text Compression
  Running Image Compression
  Running Navigation
  Running HTML5
  Running SQLite
  Running PDF Rendering
  Running Text Rendering
  Running Clang
  Running Camera
  Running N-Body Physics
  Running Rigid Body Physics
  Running Gaussian Blur
  Running Face Detection
  Running Horizon Detection
  Running Image Inpainting
  Running HDR
  Running Ray Tracing
  Running Structure from Motion
  Running Speech Recognition
  Running Machine Learning

Multi-Core
  Running AES-XTS
  Running Text Compression
  Running Image Compression
  Running Navigation
  Running HTML5
  Running SQLite
  Running PDF Rendering
  Running Text Rendering
  Running Clang
  Running Camera
  Running N-Body Physics
  Running Rigid Body Physics
  Running Gaussian Blur
  Running Face Detection
  Running Horizon Detection
  Running Image Inpainting
  Running HDR
  Running Ray Tracing
  Running Structure from Motion
  Running Speech Recognition
  Running Machine Learning


Uploading results to the Geekbench Browser. This could take a minute or two
depending on the speed of your internet connection.

Upload succeeded. Visit the following link and view your results online:

  https://browser.geekbench.com/v5/cpu/.....

Visit the following link and add this result to your profile:

  https://browser.geekbench.com/v5/cpu/.....

其中 [https://browser.geekbench.com/v5/cpu/.... 这样的链接就是跑分结果页面
分享S905L3A S922X rk3588跑分结果,对比如下

S905L3A vs S922X S922X vs rk3588

转自https://radxa-docs.github.io/rock-5b/rock-5b-faq

相关文章

网友评论

    本文标题:在linux(Arm64)下运行geekbench5跑分

    本文链接:https://www.haomeiwen.com/subject/gyrcldtx.html