Bug 89723 - Add a perf-test for innerHTML setter for a large DOM tree
Summary: Add a perf-test for innerHTML setter for a large DOM tree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-21 18:02 PDT by Kentaro Hara
Modified: 2012-06-21 19:51 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.75 KB, patch)
2012-06-21 18:04 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-06-21 18:02:41 PDT
We want a benchmark for innerHTML setter for the following reason:

- innerHTML setter is widely used in the real world.
- I am planning to optimize innerHTML setter in the near future.
- I want to use the innerHTML setter benchmark for the patch of bug 88834.
Comment 1 Kentaro Hara 2012-06-21 18:04:44 PDT
Created attachment 148930 [details]
Patch
Comment 2 Darin Adler 2012-06-21 19:30:23 PDT
Comment on attachment 148930 [details]
Patch

Iā€™d like to see some tests in LayoutTests/perf for this that checks how the performance changes as the markup in innerHTML grows longer and more complex.
Comment 3 WebKit Review Bot 2012-06-21 19:51:08 PDT
Comment on attachment 148930 [details]
Patch

Clearing flags on attachment: 148930

Committed r120998: <http://trac.webkit.org/changeset/120998>
Comment 4 WebKit Review Bot 2012-06-21 19:51:14 PDT
All reviewed patches have been landed.  Closing bug.