Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
head or pockets
(version: 1)
Comparing performance of:
head vs pockets
Created:
one year ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
let head = { glasses: 1 }; let table = { pen: 3, __proto__: head }; let bed = { sheet: 1, pillow: 2, __proto__: table }; let pockets = { money: 2000, __proto__: bed };
Tests:
head
console.log(head.glasses);
pockets
console.log(pockets.glasses);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
head
pockets
Fastest:
N/A
Slowest:
N/A
Latest run results:
Run details:
(Test run date:
one year ago
)
User agent:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Browser/OS:
Chrome 130 on Linux
View result in a separate tab
Embed
Embed Benchmark Result
Test name
Executions per second
head
222749.7 Ops/sec
pockets
212394.6 Ops/sec
Related benchmarks:
if cond
lodash isEmpty vs ES6
Pusshhhhh
zargazrgzragzra
Test if else
Test if else 2
Test if else 2bis
Test if else 3
Test if else 4
Comments
Confirm delete:
Do you really want to delete benchmark?