int vs. float in benchmark testing
Peter Hansen
peter-paypal at engcorp.com
Fri Feb 20 11:06:51 EST 2004
More information about the Python-list mailing list
Fri Feb 20 11:06:51 EST 2004
- Previous message (by thread): int vs. float in benchmark testing
- Next message (by thread): int vs. float in benchmark testing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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? Benchmarks are a tricky thing. Unless your real code is doing something that looks an awful lot like the above (looping and adding 1.0 to things a lot), it seems unlikely what you learn will really be what you wanted to learn. -Peter
- Previous message (by thread): int vs. float in benchmark testing
- Next message (by thread): int vs. float in benchmark testing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list