benchmarking

Stephen Weeks MLton@sourcelight.com
Tue, 3 Jul 2001 18:27:43 -0700


> I  assume  that  the  `*'  numbers  mean that the program doesn't run in that
> implementation.

Yes.  Or that it doesn't even compile.

> What do The 0.0 numbers for the ML kit (wd-input1 and wc-scanStream) mean?  I
> can't believe that they are that fast.  Should these be `*'?

That is the correct running time, but it relates to the bug report that I sent
them earlier today.  Those programs use OS.FileSys.tmpName -- so, the MLkit
version immediately raises an uncaught exception.  Unfortunately, they return
with exit status zero, so my script figures everything went OK.   For now, I'll
edit out those two by hand.