object compare JSON.parse

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
object
const obj = {foo: 42 ,bar: 1234}
ready
JSON.parse
const obj = JSON.parse('{"foo":42,"bar":1234}')
ready

Revisions

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