int vs. float in benchmark testing

Andrew MacIntyre andymac at bullseye.apana.org.au
Fri Feb 20 18:24:36 EST 2004


On Fri, 20 Feb 2004, Peter Hansen wrote:

> Bart Nessux wrote:
> >
> > Uh, yes. We're benchmarking different processors. An IBM PPC 970 does
> > things differently than an Intel P4. Running the same bit of Python code
> > on both makes for an interesting comparison. Since processors handle
> > ints and floats differently, it is useful for me to test them both.
>
> Then why not get yourself some real benchmarks?

Marc-Andre Lemburg's PyBench covers this sort thing.

--
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen  ACT  2616
Web:    http://www.andymac.org/               |        Australia




More information about the Python-list mailing list