Bug 42870 - Add a parser benchmark based on the PLT
Summary: Add a parser benchmark based on the PLT
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-22 21:52 PDT by Adam Barth
Modified: 2010-07-25 13:51 PDT (History)
1 user (show)

See Also:


Attachments
Patch (11.44 KB, patch)
2010-07-22 21:55 PDT, Adam Barth
abarth: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-07-22 21:52:38 PDT
Add a parser benchmark based on the PLT
Comment 1 Adam Barth 2010-07-22 21:55:57 PDT
Created attachment 62380 [details]
Patch
Comment 2 Adam Barth 2010-07-22 22:52:44 PDT
Comment on attachment 62380 [details]
Patch

Unfortunately, this benchmark has a much larger divergence problem than the original html-parser.html benchmark.  I think the problem is that the parser is kicking off subresource loads that somehow accumulate and slow things down.  This dataset probably has many more subresources than the HTML5 spec.
Comment 3 Adam Barth 2010-07-25 13:51:43 PDT
I'm not sure how to do this in a reasonable way.  :(