v8/test/js-perf-test/Array
Michael Stanton 6da8e1f993 Revert "[Builtins] Array.prototype.forEach perf regression on dictionaries."
This reverts commit 34625fdb5a.

Reason for revert: Test caused timeout, investigating.

Original change's description:
> [Builtins] Array.prototype.forEach perf regression on dictionaries.
> 
> An unnecessary call to ToString() on the array index caused trips to
> the runtime. The fix also includes performance micro-benchmarks so
> we'll have a harder time regressing this case in future.
> 
> Bug: v8:8112
> Change-Id: Iada5bd2e3c6d2246fb1225e7094f3d9c66ddafbd
> Reviewed-on: https://chromium-review.googlesource.com/1206355
> Commit-Queue: Michael Stanton <mvstanton@chromium.org>
> Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#55653}

TBR=mvstanton@chromium.org,tebbi@chromium.org

Change-Id: I21de9b9b33edf03f2173f579c4ba0fc3dfd8ff88
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: v8:8112
Reviewed-on: https://chromium-review.googlesource.com/1209288
Reviewed-by: Michael Stanton <mvstanton@chromium.org>
Commit-Queue: Michael Stanton <mvstanton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55681}
2018-09-06 11:00:15 +00:00
..
copy-within.js [array] Add basic js-perf benchmarks for Array.p.copyWithin 2018-08-08 15:05:16 +00:00
every.js Revert "[Builtins] Array.prototype.forEach perf regression on dictionaries." 2018-09-06 11:00:15 +00:00
filter.js Revert "[Builtins] Array.prototype.forEach perf regression on dictionaries." 2018-09-06 11:00:15 +00:00
find-index.js [js-perf-tests] Cleanup and more elements kind helpers 2018-08-13 10:14:38 +00:00
find.js [js-perf-tests] Cleanup and more elements kind helpers 2018-08-13 10:14:38 +00:00
for-each.js Revert "[Builtins] Array.prototype.forEach perf regression on dictionaries." 2018-09-06 11:00:15 +00:00
from.js [tests] Fix JSTests 2018-06-05 11:38:43 +00:00
join.js [js-perf-test] Consistently use createSuite in all benchmarks 2018-05-29 15:06:48 +00:00
map.js Revert "[Builtins] Array.prototype.forEach perf regression on dictionaries." 2018-09-06 11:00:15 +00:00
of.js [js-perf-test] Consistently use createSuite in all benchmarks 2018-05-29 15:06:48 +00:00
reduce-right.js [js-perf-tests] Cleanup and more elements kind helpers 2018-08-13 10:14:38 +00:00
reduce.js [js-perf-tests] Cleanup and more elements kind helpers 2018-08-13 10:14:38 +00:00
run.js Revert "[Builtins] Array.prototype.forEach perf regression on dictionaries." 2018-09-06 11:00:15 +00:00
slice.js [js-perf-test] Add assert and assertEquals 2018-08-13 23:03:05 +00:00
some.js Revert "[Builtins] Array.prototype.forEach perf regression on dictionaries." 2018-09-06 11:00:15 +00:00
to-string.js [js-perf-test] Consistently use createSuite in all benchmarks 2018-05-29 15:06:48 +00:00