<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>79593</bug_id>
          
          <creation_ts>2012-02-25 18:41:52 -0800</creation_ts>
          <short_desc>[Performance Tests] [Chromium] Bindings/dom-attributes.html is timing out</short_desc>
          <delta_ts>2012-02-26 17:48:22 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>77037</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Kentaro Hara">haraken</assigned_to>
          <cc>abarth</cc>
    
    <cc>arv</cc>
    
    <cc>dglazkov</cc>
    
    <cc>haraken</cc>
    
    <cc>morrita</cc>
    
    <cc>tony</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>565072</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-02-25 18:41:52 -0800</bug_when>
    <thetext>http://build.webkit.org/builders/Chromium%20Mac%20Release%20%28Perf%29/builds/530/steps/perf-test/logs/stdio

Running Bindings/dom-attributes.html (1 of 44)
timeout: PerformanceTests/Bindings/dom-attributes.html
FAILED

Letting any test timeout is incredibly harmful on perf bots because we let each test run 10 minutes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565073</commentid>
    <comment_count>1</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-02-25 18:43:26 -0800</bug_when>
    <thetext>Given the test is generating passing on Lion, I bet this is a bug in Chromium code or Chromium DumpRenderTree:

http://build.webkit.org/builders/Lion%20Intel%20Release%20%28Perf%29/builds/459/steps/perf-test/logs/stdio
RESULT Bindings: dom-attributes= 8829.45 ms
median= 8839.5 ms, stdev= 32.2327085427 ms, min= 8770.0 ms, max= 8871.0 ms</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565223</commentid>
    <comment_count>2</comment_count>
      <attachid>128934</attachid>
    <who name="Kentaro Hara">haraken</who>
    <bug_when>2012-02-26 16:38:38 -0800</bug_when>
    <thetext>Created attachment 128934
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565224</commentid>
    <comment_count>3</comment_count>
      <attachid>128934</attachid>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-02-26 16:50:48 -0800</bug_when>
    <thetext>Comment on attachment 128934
Patch

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

&gt; PerformanceTests/ChangeLog:10
&gt; +        V8 DOM bindings are too much slower than JSC bindings.

That&apos;s really bad. We should fix that. The results are also not reliable on Mac/Qt:
http://webkit-perf.appspot.com/graph.html#tests=[[150153,2001,100137],[150153,2001,32196]]&amp;sel=1330111816007.1082,1330303636915&amp;displayrange=7&amp;datatype=running

Could you investigate why that&apos;s the case? Do we just need more samples or are we doing something inherently unstable?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565226</commentid>
    <comment_count>4</comment_count>
    <who name="Kentaro Hara">haraken</who>
    <bug_when>2012-02-26 16:59:19 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; &gt; PerformanceTests/ChangeLog:10
&gt; &gt; +        V8 DOM bindings are too much slower than JSC bindings.
&gt; 
&gt; That&apos;s really bad. We should fix that.

Yes, yes, yes, really. I&apos;ve been investigating why (using my 20% time though).

&gt; The results are also not reliable on Mac/Qt:
&gt; http://webkit-perf.appspot.com/graph.html#tests=[[150153,2001,100137],[150153,2001,32196]]&amp;sel=1330111816007.1082,1330303636915&amp;displayrange=7&amp;datatype=running
&gt; 
&gt; Could you investigate why that&apos;s the case? Do we just need more samples or are we doing something inherently unstable?

OK. But let me commit the patch to observe the reliability on the perf bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565227</commentid>
    <comment_count>5</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-02-26 17:02:52 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #3)
&gt; &gt; &gt; PerformanceTests/ChangeLog:10
&gt; &gt; &gt; +        V8 DOM bindings are too much slower than JSC bindings.
&gt; &gt; 
&gt; &gt; That&apos;s really bad. We should fix that.
&gt; 
&gt; Yes, yes, yes, really. I&apos;ve been investigating why (using my 20% time though).
&gt; 
&gt; &gt; The results are also not reliable on Mac/Qt:
&gt; &gt; http://webkit-perf.appspot.com/graph.html#tests=[[150153,2001,100137],[150153,2001,32196]]&amp;sel=1330111816007.1082,1330303636915&amp;displayrange=7&amp;datatype=running
&gt; &gt; 
&gt; &gt; Could you investigate why that&apos;s the case? Do we just need more samples or are we doing something inherently unstable?
&gt; 
&gt; OK. But let me commit the patch to observe the reliability on the perf bots.

Sounds good to me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565231</commentid>
    <comment_count>6</comment_count>
      <attachid>128934</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-02-26 17:08:26 -0800</bug_when>
    <thetext>Comment on attachment 128934
Patch

Attachment 128934 did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/11628770

New failing tests:
inspector/protocol/console-agent.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565242</commentid>
    <comment_count>7</comment_count>
      <attachid>128934</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-02-26 17:48:17 -0800</bug_when>
    <thetext>Comment on attachment 128934
Patch

Clearing flags on attachment: 128934

Committed r108942: &lt;http://trac.webkit.org/changeset/108942&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565243</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-02-26 17:48:22 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>128934</attachid>
            <date>2012-02-26 16:38:38 -0800</date>
            <delta_ts>2012-02-26 17:48:17 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-79593-20120227093837.patch</filename>
            <type>text/plain</type>
            <size>1659</size>
            <attacher name="Kentaro Hara">haraken</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTA4OTM2CmRpZmYgLS1naXQgYS9QZXJmb3JtYW5jZVRlc3Rz
L0JpbmRpbmdzL2RvbS1hdHRyaWJ1dGVzLmh0bWwgYi9QZXJmb3JtYW5jZVRlc3RzL0JpbmRpbmdz
L2RvbS1hdHRyaWJ1dGVzLmh0bWwKaW5kZXggYzRlNmMzYmU2MmRhZDFiNzg0NzkzNDIyOWE5OTI5
NTQ3YWQ2Yjk1NC4uYmM0ZTQ0NjI3YzI0ZmQ0NGU1NTViYzFmNGUxMDg2YTkzNDdiNGRlOSAxMDA2
NDQKLS0tIGEvUGVyZm9ybWFuY2VUZXN0cy9CaW5kaW5ncy9kb20tYXR0cmlidXRlcy5odG1sCisr
KyBiL1BlcmZvcm1hbmNlVGVzdHMvQmluZGluZ3MvZG9tLWF0dHJpYnV0ZXMuaHRtbApAQCAtMyw4
ICszLDggQEAKIDxzY3JpcHQgc3JjPSIuLi9yZXNvdXJjZXMvcnVubmVyLmpzIj48L3NjcmlwdD4K
IDxzY3JpcHQ+CiAKLXZhciBnZXR0ZXJSZXBlYXQgPSAzMDAwMDAwOwotdmFyIHNldHRlclJlcGVh
dCA9IDUwMDAwMDsKK3ZhciBnZXR0ZXJSZXBlYXQgPSAxNTAwMDAwOwordmFyIHNldHRlclJlcGVh
dCA9IDI1MDAwMDsKIAogdmFyIHRpbWVzID0ge307CiAKZGlmZiAtLWdpdCBhL1BlcmZvcm1hbmNl
VGVzdHMvQ2hhbmdlTG9nIGIvUGVyZm9ybWFuY2VUZXN0cy9DaGFuZ2VMb2cKaW5kZXggZGM3MGNm
YTUyZjJlOTljMzc0MjI2YzU1OTQyMGNhNzhhMTU4MTY0MS4uMjM4MTRjZTcyNjQ3OTVkMTFkY2M0
NTU2YWU2OGZjNTQ4Y2ZmYjEyYSAxMDA2NDQKLS0tIGEvUGVyZm9ybWFuY2VUZXN0cy9DaGFuZ2VM
b2cKKysrIGIvUGVyZm9ybWFuY2VUZXN0cy9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxOSBAQAorMjAx
Mi0wMi0yNiAgS2VudGFybyBIYXJhICA8aGFyYWtlbkBjaHJvbWl1bS5vcmc+CisKKyAgICAgICAg
W1BlcmZvcm1hbmNlIFRlc3RzXSBbQ2hyb21pdW1dIEJpbmRpbmdzL2RvbS1hdHRyaWJ1dGVzLmh0
bWwgaXMgdGltaW5nIG91dAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1
Zy5jZ2k/aWQ9Nzk1OTMKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKwor
ICAgICAgICBUaGlzIHBhdGNoIGhhbHZlcyB0aGUgZXhlY3V0aW9uIHRpbWUgb2YgQmluZGluZ3Mv
ZG9tLWF0dHJpYnV0ZXMuaHRtbAorICAgICAgICBpbiBvcmRlciB0byBhdm9pZCB0aW1lb3V0IGlu
IENocm9taXVtLiBUaGUgcmVhc29uIGZvciB0aGUgdGltZW91dCBpcyB0aGF0CisgICAgICAgIFY4
IERPTSBiaW5kaW5ncyBhcmUgdG9vIG11Y2ggc2xvd2VyIHRoYW4gSlNDIGJpbmRpbmdzLgorICAg
ICAgICBJIGFtIGEgYml0IGFmcmFpZCB0aGF0IHRoaXMgcGF0Y2ggd2lsbCByZWR1Y2UgdGhlIGFj
Y3VyYWN5IG9mIHRoZQorICAgICAgICBwZXJmIHRlc3QgcmVzdWx0cywgYnV0IGl0IHdvdWxkIG1h
a2Ugc2Vuc2UgdG8gcmVkdWNlIHRoZSBleGVjdXRpb24gdGltZQorICAgICAgICB1bnRpbCB3ZSBm
aXggdGhlIHBlcmZvcm1hbmNlIGlzc3VlIGluIFY4IERPTSBiaW5kaW5ncy4KKworICAgICAgICAq
IEJpbmRpbmdzL2RvbS1hdHRyaWJ1dGVzLmh0bWw6CisKIDIwMTItMDItMjQgIFJ5b3N1a2UgTml3
YSAgPHJuaXdhQHdlYmtpdC5vcmc+CiAKICAgICAgICAgUmVuYW1lIGRvbSpfKmF0dHJpYnV0ZXMu
aHRtbCB0byBkb20qLSphdHRyaWJ1dGVzLmh0bWwgdG8gZm9sbG93IHRoZSBXZWJLaXQgY29udmVu
dGlvbi4K
</data>

          </attachment>
      

    </bug>

</bugzilla>