But in the end don't try to squash out the last ms for markup loading/parsing
because that is only done once in a running system (normally)
johan
On 8/19/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
I've create some simple performance tests for loading the Markup.
Because I wanted to test the java code and not the OS, all markup
files are loaded into memory during initialization. All *.html files
in src/java and src/test are currently loaded.
The first test parses each markup file (493) in sequence and repeats
this loop 10 times. In avg 0.35 - 0.46 ms are needed to load a single
markup file. I think that is not too bad. Java regex being a hot spot.
The 2nd tests loads markup stream in random order. Same result
Test 3 uses MarkupCache to load a new MarkupStream and merges the
markup in case of markup inheritance. Caching was disable for the
tests though. Again ~0.4ms to load markup.
I've created a file called results.xml with some of the test details
in XML format. Feel free to add your test result and either commit the
change in CVS or send to me and I'll update results.xml.
Juergen
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop