Changeset 208160 in webkit


Ignore:
Timestamp:
Oct 31, 2016 10:26:36 AM (7 years ago)
Author:
sbarati@apple.com
Message:

Debug JSC test microbenchmarks/pure-get-by-id-cse-2.js timing out
https://bugs.webkit.org/show_bug.cgi?id=164227

Unreviewed timeout fix.

  • microbenchmarks/pure-get-by-id-cse-2.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r208148 r208160  
     12016-10-31  Saam Barati  <sbarati@apple.com>
     2
     3        Debug JSC test microbenchmarks/pure-get-by-id-cse-2.js timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=164227
     5
     6        Unreviewed timeout fix.
     7
     8        * microbenchmarks/pure-get-by-id-cse-2.js:
     9
    1102016-10-31  Keith Miller  <keith_miller@apple.com>
    211
  • trunk/JSTests/microbenchmarks/pure-get-by-id-cse-2.js

    r208117 r208160  
    2121}
    2222
    23 for (let i = 0; i < 1000000; i++) {
     23for (let i = 0; i < 10000; i++) {
    2424    let obj = objects[i % objects.length];
    25     foo(obj, 150);
     25    foo(obj, 25);
    2626}
    2727
Note: See TracChangeset for help on using the changeset viewer.