Author: max
Date: 2008-03-05 15:22:05 -0800 (Wed, 05 Mar 2008)
New Revision: 8185

Modified:
   openlaszlo/trunk/test/performance/typeof-instance-of.lzx
Log:
+ Add fail instanceof test

Modified: openlaszlo/trunk/test/performance/typeof-instance-of.lzx
===================================================================
--- openlaszlo/trunk/test/performance/typeof-instance-of.lzx    2008-03-05 
23:20:36 UTC (rev 8184)
+++ openlaszlo/trunk/test/performance/typeof-instance-of.lzx    2008-03-05 
23:22:05 UTC (rev 8185)
@@ -61,11 +61,11 @@
     }
 
     (new Measurement({'instanceof': instanceOf,
+                        'instanceof that fails': instanceOfFail,
                         'typeof': typeOf,
                         'typeof with instanceof': typeOfInstanceOf,
                         'property lookup': propertyLookup,
                         'typeof with instanceof with short circuit': 
typeOfInstanceOfFail,
-                        'instanceof that fails': instanceOfFail,
                         'typeof function': typeOfFunction,
                         'instanceof function': instanceOfFunction,
                         'empty': empty})).run();


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to