Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
List splice multiple2
(version: 0)
Comparing performance of:
splice vs Splice single
Created:
2 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
l = 1230000; a = Array(l);
Tests:
splice
a.splice(0,0,5);
Splice single
a.splice(0,0,...[20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1])
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
splice
Splice single
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!
Comments
Confirm delete:
Do you really want to delete benchmark?