Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
teststest2
(version: 0)
Comparing performance of:
Array Push vs Test Splice
Created:
5 years ago
by:
Guest
Jump to the latest result
Tests:
Array Push
var array = []; for (var idx = 0; idx < 10; idx++) { array[idx] = idx; } array.push(123);
Test Splice
var array = []; for (var idx = 0; idx < 10; idx++) { array[idx] = idx; } array.splice(10, 0, 123);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
Array Push
Test Splice
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:
fsdfsdsdsdfsd234234
Testerinho
ASKDFJLASKDFJLASKJDLASKDJFLASKDaS
ehandling
ehandling-fail
Comments
Confirm delete:
Do you really want to delete benchmark?