Re: [Wicket-develop] MarkupParser performance tests

2006-08-19 Thread Johan Compagner
always nice to have such a thing.But in the end don't try to squash out the last ms for markup loading/parsingbecause 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

[Wicket-develop] MarkupParser performance tests

2006-08-18 Thread Juergen Donnerstag
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 se