From d1e09e2e6f9db62bbab84abb53e23ee73764178a Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sun, 31 Dec 2006 20:12:12 +0000 Subject: r20446: rename swat directory to swat.obsolete; keeping it around since there is lots of useful info in it. (This used to be commit 5f9f72a9cfab80561b23284001b67c4ea961757b) --- .../performance/NumberCreate_1.html | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 swat.obsolete/apps/qooxdoo-examples/performance/NumberCreate_1.html (limited to 'swat.obsolete/apps/qooxdoo-examples/performance/NumberCreate_1.html') diff --git a/swat.obsolete/apps/qooxdoo-examples/performance/NumberCreate_1.html b/swat.obsolete/apps/qooxdoo-examples/performance/NumberCreate_1.html new file mode 100644 index 0000000000..7cdb760b62 --- /dev/null +++ b/swat.obsolete/apps/qooxdoo-examples/performance/NumberCreate_1.html @@ -0,0 +1,110 @@ + + + + qooxdoo » Demo + + + + + + + +
+

Tests for Number creation performance

+
    +
  1. Using simple number
  2. +
  3. Using parseInt
  4. +
  5. Using parseFloat
  6. +
  7. Using new with string int
  8. +
  9. Using new with string float
  10. +
  11. Using new with simple number
  12. +
  13. Using new with parseInt
  14. +
  15. Using new with parseFloat
  16. +
+
+ + + + -- cgit