Disable useKernTCSM=false for JSC stress tests to make EWS faster
Created attachment 397410 [details] Patch
Comment on attachment 397410 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397410&action=review > Tools/Scripts/run-javascriptcore-tests:-532 > -} I'm not sure whether webkitpy's JSC_useKernTCSM also affects on EWS. So I would like to check the environment variables in EWS first.
EWS JSC stress bot finishes with 59:23, so this patch is effective.
Comment on attachment 397410 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397410&action=review >> Tools/Scripts/run-javascriptcore-tests:-532 >> -} > > I'm not sure whether webkitpy's JSC_useKernTCSM also affects on EWS. So I would like to check the environment variables in EWS first. I've ensured this works on EWS.
Comment on attachment 397410 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397410&action=review r=me >>> Tools/Scripts/run-javascriptcore-tests:-532 >>> -} >> >> I'm not sure whether webkitpy's JSC_useKernTCSM also affects on EWS. So I would like to check the environment variables in EWS first. > > I've ensured this works on EWS. Jonathan Bedard (cc'ed) added this change. I'm fine with removing it since we have evidence that it speeds up the EWS.
Committed r260617: <https://trac.webkit.org/changeset/260617> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397410 [details].
<rdar://problem/62278398>
Comment on attachment 397410 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397410&action=review >>>> Tools/Scripts/run-javascriptcore-tests:-532 >>>> -} >>> >>> I'm not sure whether webkitpy's JSC_useKernTCSM also affects on EWS. So I would like to check the environment variables in EWS first. >> >> I've ensured this works on EWS. > > Jonathan Bedard (cc'ed) added this change. I'm fine with removing it since we have evidence that it speeds up the EWS. I would agree. I have evidence JSC_useKernTCSM=false speeds up layout tests, but never had evidence for JSC tests.