That test won't show you the gain from preload scanning anyway because preload scanning is a performance win because of network delays.
The best way to see the performance gain from preload scanning is to measure the real-world page load times of a suite of web sites. Doing that sort of testing rigorously can be tricky, but it gives the more realistic picture. Failing that, you can run the PLT on a fake network with a fixed network latency. Adam On Fri, Sep 30, 2011 at 1:37 AM, Monil Parmar <[email protected]> wrote: > Hi > > Thanks for your reply. > > Is there any other test suit available to check the parser performance in > webkit-gtk? > I want to check the gain of using Preload scanning in parsing. > > > Monil > > On Fri, Sep 30, 2011 at 1:48 PM, Eric Seidel <[email protected]> wrote: >> >> Every file:// url has a unique security origin in Chrome. So the test >> only works in Safari. >> >> Try using Tools/Scripts/run-safari. >> >> -eric >> >> On Fri, Sep 30, 2011 at 1:13 AM, Monil Parmar <[email protected]> >> wrote: >> > Hi, >> > >> > Iam trying to run the parser performance test on webkit through >> > PerformanceTests. >> > But iam facing problem of "NETWORK_ERR: XMLHttpRequest" on running >> > "html-parser.html" >> > >> > >> > ** Message: console message: @1: XMLHttpRequest cannot load >> > file:///PerformanceTests/Parser/resources/html5.html. Cross origin >> > requests >> > are only supported for HTTP. >> > ** Message: console message: undefined @0: NETWORK_ERR: XMLHttpRequest >> > Exception 101: A network error occured in synchronous requests. >> > >> > Any specific settings are required for Cross origin requests? >> > >> > Thanks in advance for help. >> > >> > >> > Monil >> > >> > _______________________________________________ >> > webkit-dev mailing list >> > [email protected] >> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >> > >> > > > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

