Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
array push
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0
Browser:
Firefox 133
Operating system:
Linux
Device Platform:
Desktop
Date tested:
one year ago
Benchmark engine:
Benchmark.js
push
81.0M/s
spread
13.4M/s
View exact numbers
Test name
Executions per second
✓
push
81,019,216 Ops/sec
spread
13,392,446 Ops/sec
Tests:
push
var arr = [ 1, 2, 4 ]; arr.push(6);
spread
var arr = [ 1, 2, 4 ]; arr = [...arr, 6];