asdf (v2)

Revision 2 of this benchmark created on


Setup

const arr = [...Array(10000).keys()]

Test runner

Ready to run.

Testing in
TestOps/sec
reverse
var ret = [...arr].reverse()
ready
toReversed
var ret = arr.toReversed()
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.