[webkit-dev] Facing problem in running html-parser.html

Adam Barth abarth at webkit.org
Fri Sep 30 08:24:10 PDT 2011


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 <monil.parmar at gmail.com> 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 <eric at webkit.org> 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 <monil.parmar at gmail.com>
>> 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
>> > webkit-dev at lists.webkit.org
>> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> >
>> >
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


More information about the webkit-dev mailing list