RESOLVED FIXED 82321
Add a perf test which updates the value of an already declared CSS property.
https://bugs.webkit.org/show_bug.cgi?id=82321
Summary Add a perf test which updates the value of an already declared CSS property.
Alexis Menard (darktears)
Reported 2012-03-27 04:43:17 PDT
Add a perf test when updating the value of an already declared CSS property.
Attachments
Patch (3.08 KB, patch)
2012-03-27 04:45 PDT, Alexis Menard (darktears)
no flags
Patch for landing (3.19 KB, patch)
2012-03-27 04:50 PDT, Alexis Menard (darktears)
no flags
Alexis Menard (darktears)
Comment 1 2012-03-27 04:45:14 PDT
Andreas Kling
Comment 2 2012-03-27 04:48:43 PDT
Comment on attachment 134025 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134025&action=review r=me > PerformanceTests/CSS/CSSPropertyUpdateValue.html:77 > +PerfTestRunner.run(function() { > + for (key in properties) > + div.style[key] = properties[key]; > +}, 10000); Would be nice with a comment noting that the first pass is discarded from the results, since otherwise it looks like one of the passes will add, not update, properties.
Alexis Menard (darktears)
Comment 3 2012-03-27 04:50:27 PDT
Created attachment 134026 [details] Patch for landing
Alexis Menard (darktears)
Comment 4 2012-03-27 04:57:12 PDT
Comment on attachment 134026 [details] Patch for landing Clearing flags on attachment: 134026 Committed r112253: <http://trac.webkit.org/changeset/112253>
Alexis Menard (darktears)
Comment 5 2012-03-27 04:57:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.