Bug 139122 - REGRESSION(r176566) [GTK] All the performance tests are broken.
Summary: REGRESSION(r176566) [GTK] All the performance tests are broken.
Status: RESOLVED DUPLICATE of bug 139124
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-01 05:32 PST by Carlos Alberto Lopez Perez
Modified: 2014-12-01 06:46 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2014-12-01 05:32:17 PST
r176566 <http://trac.webkit.org/r176566> broke all the performance tests on GTK platform:

https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29?numbuilds=50


I double-checked this locally:

(r176566) $ Tools/Scripts/run-perf-tests --platform gtk --release -2 Animation/balls.html
Running 1 tests
Running Animation/balls.html (1 of 1)
error: Animation/balls.html
FAIL: TestControllerRunLoop timed out.
#PROCESS UNRESPONSIVE - WebProcess
FAILED
Finished: 2.144802 s


(r176565) $ Tools/Scripts/run-perf-tests --platform gtk --release -2 Animation/balls.html
Running 1 tests
Running Animation/balls.html (1 of 1)
RESULT Animation: balls: FrameRate= 4.82293023371 fps
median= 4.4104077255 fps, stdev= 1.01145155791 fps, min= 3.81733079634 fps, max= 7.1996572963 fps
RESULT Animation: balls: JSHeap= 183023.0 bytes
median= 183023.0 bytes, stdev= 0.0 bytes, min= 183023.0 bytes, max= 183023.0 bytes
RESULT Animation: balls: Malloc= 21624480.8 bytes
median= 21588044.0 bytes, stdev= 5871087.8704 bytes, min= 13495576.0 bytes, max= 29933784.0 bytes
Finished: 69.913107 s
Comment 1 Carlos Alberto Lopez Perez 2014-12-01 06:46:31 PST
Rolled out r176566 on bug #139124

*** This bug has been marked as a duplicate of bug 139124 ***