Object.create(null) vs literal (v24)

Revision 24 of this benchmark created by HuntBao on


Test runner

Ready to run.

Testing in
TestOps/sec
Object.create(null)
var a = Object.create(null);
ready
literal
var a = {__proto__:null};
ready

Revisions

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