Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
lasdkjgflkhwu egcwjxer1231232
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36
Browser:
Chrome Mobile 121
Operating system:
Android
Device Platform:
Mobile
Date tested:
one year ago
Test name
Executions per second
1
5004.0 Ops/sec
2
803.5 Ops/sec
Script Preparation code:
var list = Array.from(new Array(10000), (x,i) => [i,i]);
Tests:
1
const obj = {}; for (const item of list) { obj[item[0]] = item[1]; }
2
const obj = Object.fromEntries(list);