Accessing properties

Benchmark created on


Setup

const nullObj = Object.create(null);
const obj = {};

Test runner

Ready to run.

Testing in
TestOps/sec
Null prototype object
nullObj[key];
ready
Object.prototype object
obj[key];
ready

Revisions

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