Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
delete vs set
(version: 0)
Comparing performance of:
delete vs set
Created:
5 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
x = { a: 'test' }
Tests:
delete
delete x.a
set
x.a = undefined
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
delete
set
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
lodash unset vs object delete
Unset vs Delete
Delete vs destructure for objects without mutating-23
Delete vs Setting undefined
Comments
Confirm delete:
Do you really want to delete benchmark?