Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
loops performance
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Linux; Android 14; PGIM10 Build/UKQ1.230924.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/151.0.7922.169 Mobile Safari/537.36
Browser:
Chrome Mobile 151
Operating system:
Android
Device Platform:
Mobile
Date tested:
26 days ago
Benchmark engine:
Benchmark.js
for
53K/s
from
19K/s
View exact numbers
Test name
Executions per second
✓
for
53,159 Ops/sec
from
18,646 Ops/sec
Tests:
from
const array = Array.from({length: 1000})
for
const array = [] for(let i = 0; i < 1000; i++){ array.push(undefined) }