linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: Speed tests - G4-400 and PIII-600
@ 2000-02-03 16:11 jlquinn
  0 siblings, 0 replies; 7+ messages in thread
From: jlquinn @ 2000-02-03 16:11 UTC (permalink / raw)
  To: Stephane GEORGES; +Cc: linuxppc-dev


Bogomips is a totally meaningless measure of performance.  It is a measure
of how many empty loops can run in a given time period.  This value is used
to calibrate short timing intervals in the kernel.  So it is only useful
for comparing how fast a machine can do absolutely nothing.  Check out the
BogoMips mini-HOWTO.

If you seriously want to benchmark the two machines, you first have to
decide what you are benchmarking - disk performance, processor speed,
memory bandwith, network performance, kernel performance, etc.  There are a
number of benchmark programs out there that attempt to generate reasonably
comparable numbers (I'm sure I will miss many favorites): lmbench,
bytemark, gcc benchmark suite (for testing performance regressions in gcc),
STREAM, HINT, to name a few.

Also, compiler versions significantly affect the performance as well.
egcs-1.1.2 is out of date.  gcc-2.95 includes a number of optimizations not
present.  The current mainline gcc contains even more optimization work.

FInally, unless you are just looking for bragging rights, the best
benchmark you can use is the applications you intend to run on these
machines.  Everything else is just an approximation.

Jerry Quinn
jlquinn@us.ibm.com



Stephane GEORGES <sg@dalim.de>@lists.linuxppc.org on 02/03/2000 03:34:07 AM

Sent by:  owner-linuxppc-dev@lists.linuxppc.org


To:
cc:   linuxppc-dev@lists.linuxppc.org
Subject:  Speed tests - G4-400 and PIII-600




I've made speed tests on programs running on my LinuxPPC on G4-400 Mhz AGP,
and on Pentium III 600 Mhz.

[snip]

Bogomips:
    - on Intel : ~ 600
    - on PowerPC: ~ 800

The test programs are dealing with run-length images processing.

I was disapointed by the fact that the Intel machine ran 25% faster
than the PowerPC machine.

I thought that a G4-400 was worth a PIII-800 ...
Maybe gcc including Alvitec patches will provide better performances ...


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Speed tests - G4-400 and PIII-600
@ 2000-02-03 16:19 jlquinn
  2000-02-03 17:28 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 7+ messages in thread
From: jlquinn @ 2000-02-03 16:19 UTC (permalink / raw)
  To: Stephane GEORGES; +Cc: linuxppc-dev


I realized after sending off my reply that I hadn't bothered to read your
email completely before responding.  For starters, you should try
rebuilding your test program with gcc-2.95.2 or perhaps with a recent
snapshot of the development branch of gcc.  This will at least get you the
latest compiler optimizations available.

How intensive is the computation on the image?  If you are running through
a large image with short computations at each pixel, you may be limited by
memory bandwidth.  Both of those machines have 100Mhz busses, right?  In
this case, you'd be roughly even at the start from a raw hardware viewpoint
and then the fact that x86 tends to receive more optimization work in the
compiler might push it into the lead.

Jerry Quinn
jlquinn@us.ibm.com


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-02-04  6:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <88732CD95EB64875C125687900681C6E.00681C98C1256879@kehl.dalim.de>
2000-02-03  8:34 ` Speed tests - G4-400 and PIII-600 Stephane GEORGES
2000-02-03 10:10   ` lidstdc++ string problems Patrik Jonsson
     [not found]   ` <Pine.GSO.4.03.10002030203260.27105-100000@isis.ucolick.org >
2000-02-03 11:50     ` Franz Sirl
2000-02-04  6:19   ` Speed tests - G4-400 and PIII-600 Timothy A. Seufert
2000-02-03 16:11 jlquinn
  -- strict thread matches above, loose matches on Subject: below --
2000-02-03 16:19 jlquinn
2000-02-03 17:28 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).