Object structure-change (v3)

Revision 3 of this benchmark created by bj on


Setup

var object = {x : 2, y: 5}

Test runner

Ready to run.

Testing in
TestOps/sec
delete
delete object.x;
ready
undefined
object.x = undefined
ready
null
object.x = null
ready

Revisions

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