Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2006 18:23:29 +0000
From:      "Aron Stansvik" <elvstone@gmail.com>
To:        openoffice@freebsd.org
Subject:   My build benchmark results
Message-ID:  <751a4f870604221123o3e966597w1348f68c23b94e4e@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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=3D/work/ccache
+export CCACHE_DIR=3D/usr/local/share/ccache
 date=3D`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=3D$1 -DWITH_CCACHE install package
deinstall clean \
+/usr/bin/time -h make NUMOFPROCESSES=3D$1 LOCALIZED_LANG=3Dsv
-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=3D$1 -DWITH_CCACHE install package
deinstall clean \
+/usr/bin/time -h make NUMOFPROCESSES=3D$1 LOCALIZED_LANG=3Dsv
-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=3Dreceive&si=3D331268&su=3DEC55A=
5B7-8E64-4081-9B9D-C16A6DA6F2CA

--- BEGIN ooo-build-bench.sh OUTPUT ---
FreeBSD 6.1-RC #0: Sat Apr  8 21:33:08 UTC 2006
    root@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 =3D "AuthenticAMD"  Id =3D 0x20f51  Stepping =3D 1
  Features=3D0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE=
,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
  Features2=3D0x1<SSE3>
  AMD Features=3D0xe2500800<SYSCALL,NX,MMX+,<b25>,LM,3DNow+,3DNow>
real memory  =3D 2147418112 (2047 MB)
avail memory =3D 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@rubik.dose.se:/usr/obj/usr/src/sys/GENERIC  i386
--- END ooo-build-bench.sh OUTPUT ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?751a4f870604221123o3e966597w1348f68c23b94e4e>