My build benchmark results

Aron Stansvik elvstone at gmail.com
Sat Apr 22 18:23:30 UTC 2006


Hello.

At the end of this mail is the output from running ooo-build-bench.sh
in editors/openoffice.org-2.0 on my new workstation (22-04-2006).

I made the following modifications to the script before running it:

--- ooo-build-bench.sh.orig     Sat Apr 22 20:16:49 2006
+++ ooo-build-bench.sh  Sat Apr 22 20:16:25 2006
@@ -58,7 +58,7 @@
 cat /var/run/dmesg.boot | head -n 16 | tail -n 13
 echo

-export CCACHE_DIR=/work/ccache
+export CCACHE_DIR=/usr/local/share/ccache
 date=`date "+%Y%m%d-%H%M"`
 rm -r -f $CCACHE_DIR > /dev/null 2>&1
 mkdir -p $CCACHE_DIR > /dev/null 2>&1
@@ -70,7 +70,7 @@
 ccache -M 4G  > /dev/null
 echo no cache build
 echo number of proceses for parallel build: $1
-/usr/bin/time -h make NUMOFPROCESSES=$1 -DWITH_CCACHE install package
deinstall clean \
+/usr/bin/time -h make NUMOFPROCESSES=$1 LOCALIZED_LANG=sv
-DWITH_CCACHE -DWITH_KDE -DWITH_CUPS install package deinstall clean \
    > OOo.noccache.$date.log 2>&1
 tail -n 1 OOo.noccache.$date.log

@@ -79,7 +79,7 @@

 echo full cache build
 echo number of proceses for parallel build: $1
-/usr/bin/time -h make NUMOFPROCESSES=$1 -DWITH_CCACHE install package
deinstall clean \
+/usr/bin/time -h make NUMOFPROCESSES=$1 LOCALIZED_LANG=sv
-DWITH_CCACHE -DWITH_KDE -DWITH_CUPS install package deinstall clean \
    > OOo.ccache.$date.log 2>&1
 tail -n 1 OOo.ccache.$date.log

The specs of the machine are exactly as shown at [1], and the
compilation was done during regular KDE 3.5.2 desktop usage (Firefox
browsing and occational amaroK music playing).

Best regards,
Aron Stansvik

[1] http://komplett.se/k/shoplist.asp?mode=receive&si=331268&su=EC55A5B7-8E64-4081-9B9D-C16A6DA6F2CA

--- BEGIN ooo-build-bench.sh OUTPUT ---
FreeBSD 6.1-RC #0: Sat Apr  8 21:33:08 UTC 2006
    root at rubik.dose.se:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Opteron(tm) Processor 252    (2612.05-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x20f51  Stepping = 1
  Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
  Features2=0x1<SSE3>
  AMD Features=0xe2500800<SYSCALL,NX,MMX+,<b25>,LM,3DNow+,3DNow>
real memory  = 2147418112 (2047 MB)
avail memory = 2092359680 (1995 MB)
ACPI APIC Table: <Nvidia AWRDACPI>
ioapic0 <Version 1.1> irqs 0-23 on motherboard
kbd1 at kbdmux0

no cache build
number of proceses for parallel build: 2
        5h5m12,56s real         4h5m7,47s user          37m29,00s sys
full cache build
number of proceses for parallel build: 2
        2h4m16,02s real         1h19m9,92s user         29m27,74s sys
OOo version
2.0

uname
FreeBSD rubik.dose.se 6.1-RC FreeBSD 6.1-RC #0: Sat Apr  8 21:33:08
UTC 2006     root at rubik.dose.se:/usr/obj/usr/src/sys/GENERIC  i386
--- END ooo-build-bench.sh OUTPUT ---


More information about the freebsd-openoffice mailing list