RESOLVED FIXED 142946
tests/stress/*tdz* tests do 10x more iterations than necessary
https://bugs.webkit.org/show_bug.cgi?id=142946
Summary tests/stress/*tdz* tests do 10x more iterations than necessary
Filip Pizlo
Reported 2015-03-22 10:08:03 PDT
Stress tests should run for 10,000 iterations, where each iteration calls a function marked noInline, and that function contains the actual test content. Running for 100,000 iterations is 10x too many.
Attachments
the patch (5.68 KB, patch)
2015-03-22 10:09 PDT, Filip Pizlo
no flags
the patch (6.28 KB, patch)
2015-03-22 11:21 PDT, Filip Pizlo
rniwa: review+
Filip Pizlo
Comment 1 2015-03-22 10:09:50 PDT
Created attachment 249199 [details] the patch
Filip Pizlo
Comment 2 2015-03-22 11:21:18 PDT
Created attachment 249201 [details] the patch Added some commentary.
Filip Pizlo
Comment 3 2015-03-22 11:26:26 PDT
Note You need to log in before you can comment on or make changes to this bug.