[Laszlo-checkins] r5895 - openlaszlo/branches/wafflecone/test/lfc/perf

ben@openlaszlo.org ben at openlaszlo.org
Wed Aug 1 09:46:35 PDT 2007


Author: ben
Date: 2007-08-01 09:46:29 -0700 (Wed, 01 Aug 2007)
New Revision: 5895

Added:
   openlaszlo/branches/wafflecone/test/lfc/perf/scaledfunctions.lzx
Modified:
   openlaszlo/branches/wafflecone/test/lfc/perf/build.xml
   openlaszlo/branches/wafflecone/test/lfc/perf/reporter.lzx
Log:
Change 20070731-ben-h by ben at cooper.local on 2007-07-31 21:10:15 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone/test/lfc/perf
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone/test/lfc/perf

Summary: Improvements to performance tests for functions in wafflecone

New Features: scaledfunctions.lzx tests lots and lots of iterations of functions

Bugs Fixed:

Technical Reviewer: hqm
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:
This is an early quick test setup to compare various kinds of function calls.
The numbers are not stored anywhere or reported anywhere, because the 
comparisons are only interesting between numbers in the very same run.

Release Notes:

Details:
    

Tests:
http://localhost:8080/wafflecone/test/lfc/perf/scaledfunctions.lzx
http://localhost:8080/wafflecone/test/lfc/perf/scaledfunctions.lzx?lzr=dhtml




Modified: openlaszlo/branches/wafflecone/test/lfc/perf/build.xml
===================================================================
--- openlaszlo/branches/wafflecone/test/lfc/perf/build.xml	2007-08-01 14:20:01 UTC (rev 5894)
+++ openlaszlo/branches/wafflecone/test/lfc/perf/build.xml	2007-08-01 16:46:29 UTC (rev 5895)
@@ -24,7 +24,7 @@
 
     <!-- The server to hit to run the tests as a client browser -->
     <property name="serverurl" value="http://localhost:8080/" />
-    <property name="branch" value="branches-legals" />
+    <property name="branch" value="branches-wafflecone" />
     <!-- The command to invoke the browser -->
     <property name="os.opener" value="open" />
     <property name="os.browser.firefox" value="Firefox" />
@@ -143,9 +143,9 @@
             }
 
              var suites = ["sprite", "functions", "viewperf", "imageperformance", "textperformance"];
-             var runtimes = ["swf8",  "dhtml"]; // swf7 numbers are boring, almost identical to swf8 numbers
-             var browsers = ["Firefox"]; // "Safari"];
-             var webapps = ["trunk", "legalspr4", "legals"];
+             var runtimes = ["swf8", "dhtml"]; // swf7 numbers are boring, almost identical to swf8 numbers
+             var browsers = ["Firefox", "Safari"];
+             var webapps = ["wafflecone"];
 
              for (var b in browsers) {
                  for (var w in webapps) {
@@ -165,4 +165,4 @@
 
 </project>
 
-<!-- Copyright 2006 Laszlo Systems -->
\ No newline at end of file
+<!-- Copyright 2006-2007 Laszlo Systems -->
\ No newline at end of file

Modified: openlaszlo/branches/wafflecone/test/lfc/perf/reporter.lzx
===================================================================
--- openlaszlo/branches/wafflecone/test/lfc/perf/reporter.lzx	2007-08-01 14:20:01 UTC (rev 5894)
+++ openlaszlo/branches/wafflecone/test/lfc/perf/reporter.lzx	2007-08-01 16:46:29 UTC (rev 5895)
@@ -1,5 +1,5 @@
 <library>
-    <!-- Copyright 2006 Laszlo Systems --> 
+    <!-- Copyright 2006-2007 Laszlo Systems --> 
 
     <node id="reporter"> 
         <method name="sendLogData" args="suitename">
@@ -31,7 +31,7 @@
                  + "&buildid=" + LzBrowser.urlEscape(buildid) 
                  + "&builddate=" + LzBrowser.urlEscape(canvas.lpsbuilddate)
                  + "&browserinfo=" + browserInfo
-                 + "&branch=" + LzBrowser.urlEscape("branches-legals"); 
+                 + "&branch=" + LzBrowser.urlEscape("branches-wafflecone"); 
                  query += "&debug=" + LzBrowser.urlEscape($debug)                  
                 // Debug.write("sendLogData", query);
                 var completeURL = serverURL + "?" + query;

Added: openlaszlo/branches/wafflecone/test/lfc/perf/scaledfunctions.lzx


Property changes on: openlaszlo/branches/wafflecone/test/lfc/perf/scaledfunctions.lzx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native



More information about the Laszlo-checkins mailing list