RESOLVED WONTFIX 79231
Add performance tests for the getters/setters of Element attributes
https://bugs.webkit.org/show_bug.cgi?id=79231
Summary Add performance tests for the getters/setters of Element attributes
Kentaro Hara
Reported 2012-02-22 05:49:09 PST
We can add micro-benchmark performance tests for the getters/setters of Element attributes.
Attachments
Patch (22.18 KB, patch)
2012-02-22 06:12 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-02-22 06:04:03 PST
We can omit the performance tests for onabort, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, oninput, oninvalid, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel, onscroll, onselect, onsubmit, onbeforecut, oncut, onbeforecopy, oncopy, onbeforepaste, onpaste, onreset, onsearch, onselectstart, onwebkitfullscreenchange, and onwebkitfullscreenerror, because they trace almost the same call-path as onload.
Kentaro Hara
Comment 2 2012-02-22 06:12:18 PST
Ryosuke Niwa
Comment 3 2012-02-22 06:36:58 PST
Comment on attachment 128195 [details] Patch We can not add this many tests for each getter/setter? It's gonna increase performance bot's cycle time a lot.
Note You need to log in before you can comment on or make changes to this bug.