Chromium Code Reviews| Index: test/mjsunit/compiler/pic.js |
| =================================================================== |
| --- test/mjsunit/compiler/pic.js (revision 7387) |
| +++ test/mjsunit/compiler/pic.js (working copy) |
| @@ -53,7 +53,7 @@ |
| // Run the test until we're fairly sure we've optimized the |
| // polymorphic property access. |
| -for (var i = 0; i < 1000000; i++) { |
| +for (var i = 0; i < 100000; i++) { |
| Test(o1); |
| Test(o2); |
| Test(o3); |