[Laszlo-checkins] r8185 - openlaszlo/trunk/test/performance
max@openlaszlo.org
max at openlaszlo.org
Wed Mar 5 15:22:06 PST 2008
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();
More information about the Laszlo-checkins
mailing list