RESOLVED FIXED 151785
[ES6] Add several generator related JSRegress tests to measure performance change after optimization
https://bugs.webkit.org/show_bug.cgi?id=151785
Summary [ES6] Add several generator related JSRegress tests to measure performance ch...
Yusuke Suzuki
Reported 2015-12-02 18:26:33 PST
[ES6] Add several generator related JSRegress tests to measure performance change after optimization
Attachments
Patch (9.12 KB, patch)
2015-12-02 18:27 PST, Yusuke Suzuki
saam: review+
buildbot: commit-queue-
Archive of layout-test-results from ews114 for mac-yosemite (874.31 KB, application/zip)
2015-12-02 19:11 PST, Build Bot
no flags
Archive of layout-test-results from ews103 for mac-yosemite (893.02 KB, application/zip)
2015-12-02 19:12 PST, Build Bot
no flags
Archive of layout-test-results from ews106 for mac-yosemite-wk2 (948.08 KB, application/zip)
2015-12-02 19:16 PST, Build Bot
no flags
Yusuke Suzuki
Comment 1 2015-12-02 18:27:08 PST
Saam Barati
Comment 2 2015-12-02 18:52:52 PST
Comment on attachment 266492 [details] Patch r=me It might also be cool to convert some well known benchmark to use generators/iterator protocol/for...of and see how we perform.
Build Bot
Comment 3 2015-12-02 19:11:39 PST
Comment on attachment 266492 [details] Patch Attachment 266492 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/509126 New failing tests: js/regress/generator-function-create.html js/regress/generator-with-several-types.html js/regress/generator-create.html js/regress/generator-fib.html
Build Bot
Comment 4 2015-12-02 19:11:41 PST
Created attachment 266496 [details] Archive of layout-test-results from ews114 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews114 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 5 2015-12-02 19:11:58 PST
Comment on attachment 266492 [details] Patch Attachment 266492 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/509158 New failing tests: js/regress/generator-function-create.html js/regress/generator-with-several-types.html js/regress/generator-create.html js/regress/generator-fib.html
Build Bot
Comment 6 2015-12-02 19:12:00 PST
Created attachment 266497 [details] Archive of layout-test-results from ews103 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 7 2015-12-02 19:16:27 PST
Comment on attachment 266492 [details] Patch Attachment 266492 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/509164 New failing tests: js/regress/generator-function-create.html js/regress/generator-with-several-types.html js/regress/generator-create.html js/regress/generator-fib.html
Build Bot
Comment 8 2015-12-02 19:16:29 PST
Created attachment 266498 [details] Archive of layout-test-results from ews106 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Yusuke Suzuki
Comment 9 2015-12-10 08:36:55 PST
(In reply to comment #2) > Comment on attachment 266492 [details] > Patch > > r=me > It might also be cool to convert some well known benchmark to use > generators/iterator protocol/for...of and see how we perform. Thanks. I've just converted access-nsieve to generator style and added it :)
Yusuke Suzuki
Comment 10 2015-12-10 08:38:29 PST
Note You need to log in before you can comment on or make changes to this bug.