Bug 133498

Summary: [ftlopt] FTL native inlining tests take far too long
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, mmirman, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Filip Pizlo 2014-06-03 20:37:31 PDT
- Stress tests should only have to invoke a function 100000 times.  Currently they do 10000000, which is far too much.

- Performance tests should run in 100ms or less even in debug mode, if at all possible.

- Tests that have to run for a long time should have //@ commands for run-jsc-stress-tests to make sure that we run then in fewer modes.
Comment 1 Filip Pizlo 2014-06-03 21:25:24 PDT
I'm just going to land this unreviewed since it's just a test gardening change.
Comment 2 Filip Pizlo 2014-06-03 21:29:00 PDT
Ladned in http://trac.webkit.org/changeset/169582