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 (X11; Linux x86_64; rv:153.0) Gecko/20100101 Firefox/153.0
Browser:
Firefox 153
Operating system:
Linux
Device Platform:
Desktop
Date tested:
one month ago
Benchmark engine:
Benchmark.js
from
233K/s
for
186K/s
View exact numbers
Test name
Executions per second
✓
from
233,277 Ops/sec
for
185,520 Ops/sec
Tests:
from
const array = Array.from({length: 1000})
for
const array = [] for(let i = 0; i < 1000; i++){ array.push(undefined) }