Archive of UserLand's first discussion group, started October 5, 1998.
Crude benchmark
Author: Dave Winer Posted: 7/20/2000; 2:22:59 PM Topic: Crude benchmark Msg #: 18825 Prev/Next: 18824 / 18826
I just ran this script on the 933Mhz W2K machine.
local (ctloops = 10000); local (tc = clock.ticks ()); for i = 1 to ctloops { msg (i)}; clipboard.putvalue (string ((double (clock.ticks ()) - tc) / (60.0 * ctloops)))And did a paste: 0.000195.
There are responses to this message:
- Re: Crude benchmark (updated ;-), Sam DeVore, 7/20/2000; 2:53:58 PM
- Re: Crude benchmark, Dave Winer, 7/20/2000; 3:14:02 PM
- Re: Crude benchmark, Sean Lindsay, 7/20/2000; 3:17:34 PM
- iBook 300 mHz G3, Clark Venable, 7/20/2000; 8:12:25 PM
- Re: Crude benchmark (StarMax 3000/240), Lewis Downey, 7/20/2000; 9:29:06 PM
- PWB 1400 - Re: Crude benchmark, Karl Dubost, 7/21/2000; 4:01:27 AM
- PWB 1400 - Re: Crude benchmark, Karl Dubost, 7/21/2000; 4:02:58 AM
- Re: Crude benchmark, Donald W. Larson, 7/21/2000; 10:20:57 AM
This page was archived on 6/13/2001; 4:55:45 PM.
© Copyright 1998-2001 UserLand Software, Inc.