v8/test/js-perf-test/Array
Peter Marshall fac30cc62d [benchmarks] Move Array slice benchmarks to js-perf-test
These were leftover in another directory and can be incorporated into
our standard benchmark runner. We already had some Array slice cases
in js-perf-test so just add some of the important cases from the other
directory to the existing implementation.

Bug: v8:9254
Change-Id: I4cc235b8d3719ecd729f23fe9705ea36d445c340
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1617258
Auto-Submit: Peter Marshall <petermarshall@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61640}
2019-05-20 09:05:52 +00:00
..
copy-within.js
every.js
filter.js
find-index.js
find.js
for-each.js
from.js Add non-COW inputs to Array.from benchmarks. 2018-11-02 11:41:06 +00:00
join.js
map.js
of.js
reduce-right.js
reduce.js [js-perf-test] Add Array#{indexOf,includes} micro-benchmark 2018-10-31 07:55:24 +00:00
run.js
slice.js [benchmarks] Move Array slice benchmarks to js-perf-test 2019-05-20 09:05:52 +00:00
some.js
to-string.js