Tests:
  • JSON.stringify

    AخA
     
    const obj = {};
    JSON.stringify(obj) === "{}"
  • Object.keys

     
    const obj = {};
    Object.keys(obj).length === 0
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    JSON.stringify
    Object.keys

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
Chrome 89 on Windows
View result in a separate tab
Test name Executions per second
JSON.stringify 2869549.8 Ops/sec
Object.keys 5924343.0 Ops/sec