Raspberry Piのベンチマーク

UNIX BENCHなるものを実行してみた。
githubのソースをcloneしてきて、./Runさせるだけ。

   #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
   #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
   #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
   #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
   #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
    ####   #    #  #  #    #          #####   ######  #    #   ####   #    #

   Version 5.1.3                      Based on the Byte Magazine Unix Benchmark

   Multi-CPU version                  Version 5 revisions by Ian Smith,
                                      Sunnyvale, CA, USA
   January 13, 2011                   johantheghost at yahoo period com

Use of uninitialized value in printf at ./Run line 1378.
Use of uninitialized value in printf at ./Run line 1380.
Use of uninitialized value in printf at ./Run line 1588.
Use of uninitialized value in printf at ./Run line 1590.

1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10

1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10

1 x Execl Throughput  1 2 3

1 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

1 x File Copy 256 bufsize 500 maxblocks  1 2 3

1 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10

1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10

1 x Process Creation  1 2 3

1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10

1 x Shell Scripts (1 concurrent)  1 2 3

1 x Shell Scripts (8 concurrent)  1 2 3

========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: raspberrypi: GNU/Linux
   OS: GNU/Linux -- 4.1.13+ -- #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015
   Machine: armv6l (unknown)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: ARMv6-compatible processor rev 7 (v6l) (0.0 bogomips)

   21:06:15 up 8 min,  2 users,  load average: 0.77, 0.41, 0.21; runlevel 3

------------------------------------------------------------------------
Benchmark Run: Fri Dec 04 2015 21:06:15 - 21:38:34
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables        1690003.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                      242.6 MWIPS (10.0 s, 7 samples)
Execl Throughput                                180.5 lps   (29.2 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks         30413.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks            8715.5 KBps  (31.3 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks         78479.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                              132900.1 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  14991.4 lps   (10.0 s, 7 samples)
Process Creation                                452.6 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                    350.9 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                     44.3 lpm   (60.9 s, 2 samples)
System Call Overhead                         342001.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0    1690003.4    144.8
Double-Precision Whetstone                       55.0        242.6     44.1
Execl Throughput                                 43.0        180.5     42.0
File Copy 1024 bufsize 2000 maxblocks          3960.0      30413.9     76.8
File Copy 256 bufsize 500 maxblocks            1655.0       8715.5     52.7
File Copy 4096 bufsize 8000 maxblocks          5800.0      78479.5    135.3
Pipe Throughput                               12440.0     132900.1    106.8
Pipe-based Context Switching                   4000.0      14991.4     37.5
Process Creation                                126.0        452.6     35.9
Shell Scripts (1 concurrent)                     42.4        350.9     82.8
Shell Scripts (8 concurrent)                      6.0         44.3     73.9
System Call Overhead                          15000.0     342001.8    228.0
                                                                   ========
System Benchmarks Index Score                                          74.5
最終更新:2015年12月04日 21:52