object methods count

Benchmark created on


Setup

const obj = {a: '1', b: '2', c: '3'}

Test runner

Ready to run.

Testing in
TestOps/sec
entries
Object.entries(obj).length
ready
keys
Object.keys(obj).length
ready
values
Object.values(obj).length
ready

Revisions

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