delete vs undefined (v125)

Revision 125 of this benchmark created on


Setup

var o = { p: 1, d: 2 };

Test runner

Ready to run.

Testing in
TestOps/sec
delete object.property
delete o.p;
ready
object.property = undefined
o.p = undefined;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.