Bug 39338 - Add an HTML parsing benchmark
Summary: Add an HTML parsing benchmark
Status: RESOLVED FIXED
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 20:23 PDT by Adam Barth
Modified: 2010-05-19 01:22 PDT (History)
5 users (show)

See Also:


Attachments
patch (deleted)
2010-05-18 20:27 PDT, Adam Barth
no flags Details | Formatted Diff | Diff
A more awesome benchmark (4.84 MB, patch)
2010-05-18 23:41 PDT, Eric Seidel (no email)
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-05-18 20:23:35 PDT
Add an HTML parsing benchmark
Comment 1 Adam Barth 2010-05-18 20:27:34 PDT
Created attachment 56445 [details]
patch
Comment 2 WebKit Review Bot 2010-05-18 20:31:52 PDT
Attachment 56445 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/benchmarks/parser/resources/html5.html:75992:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Eric Seidel (no email) 2010-05-18 23:41:32 PDT
Created attachment 56465 [details]
A more awesome benchmark

I used this to prove that bug 39318 was a regression and then fix it. :)  Yay!
Comment 4 WebKit Review Bot 2010-05-18 23:46:27 PDT
Attachment 56465 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/benchmarks/parser/resources/html5.html:75992:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Adam Barth 2010-05-18 23:49:58 PDT
Comment on attachment 56465 [details]
A more awesome benchmark

WebCore/benchmarks/parser/html-parser.html:6
 +      document.getElementById("log").innerText += text + "\n";
Boo
Comment 6 Adam Barth 2010-05-18 23:50:38 PDT
Comment on attachment 56465 [details]
A more awesome benchmark

This patch is breaking bugzilla.
Comment 7 WebKit Commit Bot 2010-05-19 01:22:21 PDT
Committed r59752: <http://trac.webkit.org/changeset/59752>