Bug 133498 - [ftlopt] FTL native inlining tests take far too long
Summary: [ftlopt] FTL native inlining tests take far too long
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 20:37 PDT by Filip Pizlo
Modified: 2014-06-03 21:29 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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