Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
Object Creation vs Variable
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0
Browser:
Firefox 138
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Benchmark engine:
Benchmark.js
object
747.9M/s
var
696.1M/s
View exact numbers
Test name
Executions per second
✓
object
747,858,048 Ops/sec
var
696,067,456 Ops/sec
Tests:
object
var hello = { what: [], wh: 0, wo: 0 }
var
var what = []; var wh = 0; var wo = 0;