Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
mybencmark1150
(version: 0)
sdasdas
Comparing performance of:
1 vs 2
Created:
2 years ago
by:
Guest
Jump to the latest result
Tests:
1
var arr = []; for (let i = 0; i < 100000; ++i) { arr.push(i); }
2
var arr2 = []; arr2.length = 100000; for (let i = 0; i < 100000; ++i) { arr2[i] = i; }
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
1
2
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
Lodash vs Ramda fromPairs
lodash merge vs deepmerge vs ramda merge
Ga cookie grabber . 2
test dv vs fm real
RegEx vs Reduce
Comments
Confirm delete:
Do you really want to delete benchmark?