Compare {} and Object.create(null)

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
{}
const a = {};
ready
null
	

const b = Object.create(null);
ready

Revisions

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