Skip to content

Instantly share code, notes, and snippets.

@omerk
Created April 14, 2012 15:47
Show Gist options
  • Save omerk/2385330 to your computer and use it in GitHub Desktop.
Save omerk/2385330 to your computer and use it in GitHub Desktop.
Raspberry-Pi Unixbench Score
pi@raspberrypi:~/UnixBench$ ./Run
make all
make[1]: Entering directory `/home/pi/UnixBench'
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./tmp exists
./results exists
make[1]: Leaving directory `/home/pi/UnixBench'
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
sh: 3dinfo: not found
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
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
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 -- 3.1.9+ -- #84 Fri Apr 13 12:27:52 BST 2012
Machine: armv6l (unknown)
Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
16:12:09 up 8 min, 2 users, load average: 0.00, 0.07, 0.07; runlevel 2
------------------------------------------------------------------------
Benchmark Run: Sat Apr 14 2012 16:12:09 - 16:40:36
0 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 1262738.6 lps (10.0 s, 7 samples)
Double-Precision Whetstone 29.9 MWIPS (9.7 s, 7 samples)
Execl Throughput 273.9 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 41886.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 14066.1 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 81331.5 KBps (30.0 s, 2 samples)
Pipe Throughput 178229.1 lps (10.0 s, 7 samples)
Pipe-based Context Switching 33606.3 lps (10.0 s, 7 samples)
Process Creation 877.2 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 549.6 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 71.2 lpm (60.7 s, 2 samples)
System Call Overhead 403326.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 1262738.6 108.2
Double-Precision Whetstone 55.0 29.9 5.4
Execl Throughput 43.0 273.9 63.7
File Copy 1024 bufsize 2000 maxblocks 3960.0 41886.0 105.8
File Copy 256 bufsize 500 maxblocks 1655.0 14066.1 85.0
File Copy 4096 bufsize 8000 maxblocks 5800.0 81331.5 140.2
Pipe Throughput 12440.0 178229.1 143.3
Pipe-based Context Switching 4000.0 33606.3 84.0
Process Creation 126.0 877.2 69.6
Shell Scripts (1 concurrent) 42.4 549.6 129.6
Shell Scripts (8 concurrent) 6.0 71.2 118.7
System Call Overhead 15000.0 403326.8 268.9
========
System Benchmarks Index Score 86.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment