Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
spread vs structured
(version: 1)
Comparing performance of:
spread vs structured
Created:
11 months ago
by:
Guest
Go to the latest result
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
var arr = new Array(100000000).fill(0);
Tests:
spread
[...arr]
structured
structuredClone(arr)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
spread
structured
Fastest:
N/A
Slowest:
N/A
Latest run results:
Run details:
(Test run date:
11 months ago
)
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0
Browser/OS:
Firefox 142 on Mac OS X 10.15
View result in a separate tab
Embed
Embed Benchmark Result
spread
2/s
structured
0/s
View exact numbers
Test name
Executions per second
✓
spread
2 Ops/sec
structured
0 Ops/sec
Related benchmarks
JS Array.from vs Spread [...]
Array.from vs Spread on arrays
spread vs unshift
Comments
Confirm delete:
Do you really want to delete benchmark?