es6-array-range

Benchmark created by Mostafa on


Test runner

Ready to run.

Testing in
TestOps/sec
ES6 keys
let range = [...Array(10).keys()]
ready
From object
let range = Array.from({length:10}, (v,i) => i )
ready

Revisions

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

  • Revision 1: published by Mostafa on