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:


This page was archived on 6/13/2001; 4:55:45 PM.

© Copyright 1998-2001 UserLand Software, Inc.