第一次提

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
case1
const arr = new Array(10000).fill(1)

ready
case2
const arr = [];
for (i = 0; i < 10000; i++) {
	arr.push(1)
}
ready

Revisions

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