benchmark

Jim Robinson yellowdog-general@lists.terrasoftsolutions.com
Thu Aug 14 09:07:01 2003


This is a multi-part message in MIME format.
--------------7B11613BC9900F30BC164E0E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi List,
I got bytebench 3.1 to work with the included patch to the Run script. Here
are my benchmarks for my Apple G4 silver with a 7450 at 800 Mhz, 256M of
ram, running YDL 3.0
Let me know if this looks correct, I had to play with the output of
/usr/bin/time to get the scripts to work right......
James


--------------7B11613BC9900F30BC164E0E
Content-Type: text/plain; charset=us-ascii;
 name="Run.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Run.diff"

43c43
< #       AND /usr/bin/time
---
> #       AND /bin/time
53c53
<    Fcount=`/usr/bin/time -f "%e real  %U user  %S sys" date 2>&1 | wc -l | sed 's/ //g'`
---
>    Fcount=`/bin/time date 2>&1 | wc -l | sed 's/ //g'`
420c420
<              /usr/bin/time -f "%e real  %U user  %S sys" $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
---
>              /bin/time $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
422c422
<              /usr/bin/time -f "%e real  %U user  %S sys" $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
---
>              /bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
424c424
< 	  # /usr/bin/time -f "%e real  %U user  %S sys" $benchcmd
---
> 	  /bin/time $benchcmd

--------------7B11613BC9900F30BC164E0E
Content-Type: text/plain; charset=us-ascii;
 name="report"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="report"


  BYTE UNIX Benchmarks (Version 3.11)
  System -- apple1.ecs.com
  Start Benchmark Run: Thu Aug 14 08:51:57 EDT 2003
   1 interactive users.
Dhrystone 2 without register variables   1800893.7 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     1804829.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         1953242.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        317542.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           305377.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             317663.6 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            317662.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           124080.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          108874.0 lps   (10 secs, 6 samples)
System Call Overhead Test                462103.2 lps   (10 secs, 6 samples)
Pipe Throughput Test                     382556.4 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test        203779.3 lps   (10 secs, 6 samples)
Process Creation Test                      4423.1 lps   (10 secs, 6 samples)
Execl Throughput Test                      1173.9 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  1418119.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  154260.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   35270.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  1409917.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  154243.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   25948.0 KBps  (30 secs, 6 samples)
C Compiler Test                             423.5 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               1402.5 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)                741.8 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                382.7 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                193.7 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          45896.2 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            15693.7 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   108874.0       42.8
Dhrystone 2 without register variables       22366.3  1800893.7       80.5
Execl Throughput Test                           16.5     1173.9       71.1
File Copy  (30 seconds)                        179.0    25948.0      145.0
Pipe-based Context Switching Test             1318.5   203779.3      154.6
Shell scripts (8 concurrent)                     4.0      193.7       48.4
                                                                 =========
     SUM of  6 items                                                 542.4
     AVERAGE                                                          90.4

--------------7B11613BC9900F30BC164E0E
Content-Type: text/x-vcard; charset=us-ascii;
 name="jrobinson.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Jim Robinson
Content-Disposition: attachment;
 filename="jrobinson.vcf"

begin:vcard 
n:Robinson;James
tel;fax:716-631-7849
tel;work:716-631-4538
x-mozilla-html:FALSE
url:http://www.sierra-idt.com
org:Sierra Research. An Integrated Defense Technologies Company;Avionics CFT
adr:;;485 Cayuga Rd.;Buffalo;New York;14225-0222;USA
version:2.1
email;internet:jrobinson@sierra-idt.com
title:Avonics Development Team Coordinator
fn:James Robinson
end:vcard

--------------7B11613BC9900F30BC164E0E--