Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
array from
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.0 Mobile/15E148 Safari/605.1.15
Browser:
Mobile Safari 16
Operating system:
iOS 16.2
Device Platform:
Mobile
Date tested:
one year ago
Test name
Executions per second
Array.from({...})
82863.7 Ops/sec
Array.from(Array())
52804.5 Ops/sec
Tests:
Array.from({...})
Array.from({ length: 1000 }, () => 0)
Array.from(Array())
Array.from(Array(1000), () => 0)