Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
dfgdfuytuty
(version: 0)
Comparing performance of:
uiyg vs yui vs yuiy
Created:
3 years ago
by:
Guest
Jump to the latest result
Tests:
uiyg
const arrayWhile = []; let i = 0; while (i < 10) { arrayWhile.push([]); i++; }
yui
const arrayFill = Array(10).fill([])
yuiy
const arrayForm = Array.from({length: 10}, () => []);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
uiyg
yui
yuiy
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:
float vs tofixed (kostian)
toFixed vs toPrecision vs Math.round() vs Math.floorfast 0
toFixed vs toPrecision vs Math.round() feat. Math.pow
toFixed vs Math.round() sd6f54sd6f54s6df54ds6f
toFixed vs Math.round() sd6f54sd6f54
Comments
Confirm delete:
Do you really want to delete benchmark?