Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
_____SAdsadas
(version: 0)
Comparing performance of:
1 vs 2 vs 3
Created:
3 years ago
by:
Guest
Jump to the latest result
Tests:
1
var params = new Array(1e2).fill([ "hello", true, 7 ]).flat(); var other = [ 1, 2 ].slice();
2
var params = new Array(1e2).fill([ "hello", true, 7 ]).flat(); var other = [ ...params ]
3
var params = new Array(1e2).fill([ "hello", true, 7 ]).flat(); var other = Array.from(params)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
1
2
3
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:
safdfsda
IndexOf vs Includes vs lodash includes numbers
IndexOf vs Includes vs lodash includes v3
sadsadsad
!!``dfsadfasdfas;dfas
Comments
Confirm delete:
Do you really want to delete benchmark?