From 2e7c59c24470766e37309c7a8bfa4c7b81c57614 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 3 Jan 2007 19:57:40 +0000 Subject: r20515: Continued work on the Web Application Framework. Until we get all of the functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4) --- .../source/html/performance/NumberCreate_1.html | 110 --------------------- 1 file changed, 110 deletions(-) delete mode 100644 webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/NumberCreate_1.html (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/NumberCreate_1.html') diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/NumberCreate_1.html b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/NumberCreate_1.html deleted file mode 100644 index 7cdb760b62..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/NumberCreate_1.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - 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