Changeset 132717 in webkit


Ignore:
Timestamp:
Oct 26, 2012 6:37:12 PM (11 years ago)
Author:
eric@webkit.org
Message:

Add a microbenchmark for Hindi (complex-text) line-layout
https://bugs.webkit.org/show_bug.cgi?id=100024

Reviewed by Ryosuke Niwa.

I wrote this to make sure that we don't regress line-breaking performance
for the complex-text codepath. This test has shown me that TOT is
already 5% slower than Safari 6.0.1 here. :(

  • Layout/hindi-line-layout.html: Added.
Location:
trunk/PerformanceTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r132693 r132717  
     12012-10-26  Eric Seidel  <eric@webkit.org>
     2
     3        Add a microbenchmark for Hindi (complex-text) line-layout
     4        https://bugs.webkit.org/show_bug.cgi?id=100024
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        I wrote this to make sure that we don't regress line-breaking performance
     9        for the complex-text codepath. This test has shown me that TOT is
     10        already 5% slower than Safari 6.0.1 here. :(
     11
     12        * Layout/hindi-line-layout.html: Added.
     13
    1142012-10-26  Zoltan Horvath  <zoltan@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.