Testing CPU speed

Date: Sun Oct 18 02:07:03 MST 1998
From: Michael Douma <Michael.Douma@nist.gov>
Subject: Testing CPU speed
Semi-calibrated CPU speed testing

How do you test the CPU speed of your host computer? The following script was posted on Direct-L by Guy McLoughlin and many people have contributed their results. This script appears to run about a third faster in Dir. 5, and is never any faster on multiple processor machines.

This is useful for choosing what version of Quicktime movies to use. For example, the Sorenson codec produces much nicer quality than the CiniPak codec, but is highly CPU intensive, requiring at least a fast Pentium or PowerPC 603/604. [See more information on Quicktime Codecs from Terran Interactive.] The following Lingo uses the command "QuickTimeVersion" and requires the QuickTime 3 Asset Xtra with Dir. 6.5.

Lingo to choose whether to use Sorenson encoded Quicktime:

The above code calls the SieveTest handler:

(This script is splightly modified from the original, it now returns a value.)