Author: max
Date: 2008-02-20 16:22:43 -0800 (Wed, 20 Feb 2008)
New Revision: 8083
Modified:
openlaszlo/trunk/test/performance/typeof-instance-of.lzx
Log:
+ Updated perf test
Modified: openlaszlo/trunk/test/performance/typeof-instance-of.lzx
===================================================================
--- openlaszlo/trunk/test/performance/typeof-instance-of.lzx 2008-02-21
00:07:58 UTC (rev 8082)
+++ openlaszlo/trunk/test/performance/typeof-instance-of.lzx 2008-02-21
00:22:43 UTC (rev 8083)
@@ -32,10 +32,10 @@
}
}
- txt = '';
+ bar = '';
function typeOfInstanceOfFail() {
for (var i = 0; i < iterations; i++) {
- typeof txt == 'object' && txt instanceof LzText;
+ typeof bar == 'object' && bar instanceof LzText;
}
}
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins