Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
goieqnoigneq
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0
Browser:
Firefox 126
Operating system:
Mac OS X 10.15
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
1
37.5 Ops/sec
2
98.4 Ops/sec
Tests:
1
const arr = Array.from({ length: 1e6 }, (_, i) => i); const a = Object.fromEntries(arr.map((i) => [i, i]));
2
const arr = Array.from({ length: 1e6 }, (_, i) => i); const b = {}; for (const i of arr) b[i] = i;