Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Create empty array without elements
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0
Browser:
Firefox 132
Operating system:
Mac OS X 10.15
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
[]
224658592.0 Ops/sec
new Array()
229756176.0 Ops/sec
Array()
229036832.0 Ops/sec
Array.of()
61000000.0 Ops/sec
JSON.parse()
12443852.0 Ops/sec
Object.create(Array.prototype)
259878400.0 Ops/sec
Tests:
[]
a = []
new Array()
a = new Array()
Array()
a = Array()
Array.of()
a = Array.of()
JSON.parse()
a = JSON.parse('[]')
Object.create(Array.prototype)
a = Object.create(Array.prototype)