spread array fill

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
spread
[...Array(31).keys()].map((i) => i + 1)
ready
fill
Array(31).fill(null).map((_, i) => i + 1)
ready

Revisions

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