test

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
from
const ARRAY_LENGTH = 10
Array.from(Array(ARRAY_LENGTH)).map(x=>Math.random())
ready
apply
const ARRAY_LENGTH = 10
Array.apply(null, {length: ARRAY_LENGTH}).map(x=>Math.random())
ready

Revisions

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