Bug 175956

Summary: Speedometer 2.0: Duplicate the current EmberJS test as EmberJS-Debug test
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: addyo, buildbot, cdumez, fpizlo, ggaren, lforschler, mathias, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 172339, 175926    
Attachments:
Description Flags
Adds Ember-Debug-TodoMVC saam: review+

Description Ryosuke Niwa 2017-08-24 14:55:19 PDT
In https://bugs.webkit.org/show_bug.cgi?id=175926, we found out that we weren't testing release build of Ember,
and that release build of Ember is 3.5x-4x faster than debug build of Ember on Chrome/Safari.

When we decided to use a release build of Ember instead of a debug build, we thought the difference was negligible
due to an incorrect measurements we made in the past where we were basically testing the same debug builds twice.

Since 4x difference indicates a debug build of Ember has a very different performance characteristics compared
to a release build, we should keep the current version as EmberJS-Debug test.
Comment 1 Ryosuke Niwa 2017-08-24 14:58:46 PDT
Created attachment 319023 [details]
Adds Ember-Debug-TodoMVC
Comment 2 Ryosuke Niwa 2017-08-24 15:00:03 PDT
Somehow the patch doesn't show the files I'm copying presumably because I directly used svn cp. Note that this is the current version of the test we have for Ember so there is no need for qualifications, comparisons between browsers, etc...
Comment 3 Saam Barati 2017-08-24 16:13:45 PDT
Comment on attachment 319023 [details]
Adds Ember-Debug-TodoMVC

r=me
Comment 4 Ryosuke Niwa 2017-08-25 14:21:37 PDT
Committed r221205: <http://trac.webkit.org/changeset/221205>
Comment 5 Radar WebKit Bug Importer 2017-08-25 14:22:27 PDT
<rdar://problem/34088816>