Bug 113811

Summary: Need japanese line layout performance test
Product: WebKit Reporter: Glenn Adams <glenn>
Component: Tools / TestsAssignee: Glenn Adams <glenn>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, rniwa, syoichi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 105692    
Attachments:
Description Flags
Patch
none
run-perf-tests results
none
Patch none

Description Glenn Adams 2013-04-02 11:40:29 PDT
For use in testing performance regression related to upcoming Japanese related line break patches.
Comment 1 Glenn Adams 2013-04-02 11:48:48 PDT
Created attachment 196200 [details]
Patch
Comment 2 Ryosuke Niwa 2013-04-02 12:58:37 PDT
Comment on attachment 196200 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=196200&action=review

> PerformanceTests/ChangeLog:9
> +        Will be used by https://bugs.webkit.org/show_bug.cgi?id=105692 to test potential performance regression
> +        for Japanese (and other CJK) line break changes.

Is this test stable? Could you post sample results from this test?
e.g. you can simply upload WebKitBuild/Release/PerformanceTestsResults.html after repeatedly running this test for 3-5 times.

Also, is it really worth running this test on bot? The current cycle time of bots is roughly 2 hours so I'd rather not enable this test by default unless this test is going to be very effective in detecting real regressions.

> PerformanceTests/Layout/LineLayoutJapanese.html:4
> +    <meta charset="utf-8" />

We don't explicitly close self-closing tag in HTML5.
Comment 3 Glenn Adams 2013-04-02 14:56:59 PDT
Created attachment 196232 [details]
run-perf-tests results

Test run of PerformanceTests/Layout/LineLayoutJapanese.html on MBP Retina 15" (16GB RAM, 512G SSD).
Comment 4 Glenn Adams 2013-04-02 15:33:58 PDT
Created attachment 196240 [details]
Patch
Comment 5 Glenn Adams 2013-04-02 15:36:02 PDT
(In reply to comment #2)
> (From update of attachment 196200 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=196200&action=review
> 
> > PerformanceTests/ChangeLog:9
> > +        Will be used by https://bugs.webkit.org/show_bug.cgi?id=105692 to test potential performance regression
> > +        for Japanese (and other CJK) line break changes.
> 
> Is this test stable? Could you post sample results from this test?
> e.g. you can simply upload WebKitBuild/Release/PerformanceTestsResults.html after repeatedly running this test for 3-5 times.

Yes. Posted.

> 
> Also, is it really worth running this test on bot? The current cycle time of bots is roughly 2 hours so I'd rather not enable this test by default unless this test is going to be very effective in detecting real regressions.

Added to Skipped.

> 
> > PerformanceTests/Layout/LineLayoutJapanese.html:4
> > +    <meta charset="utf-8" />
> 
> We don't explicitly close self-closing tag in HTML5.

Fixed.
Comment 6 WebKit Review Bot 2013-04-02 16:29:42 PDT
Comment on attachment 196240 [details]
Patch

Clearing flags on attachment: 196240

Committed r147507: <http://trac.webkit.org/changeset/147507>
Comment 7 WebKit Review Bot 2013-04-02 16:29:45 PDT
All reviewed patches have been landed.  Closing bug.