Bug 42870

Summary: Add a parser benchmark based on the PLT
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED WONTFIX    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch abarth: review-

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.  :(