Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Chrome 105
Windows
Desktop
2 years ago
Test name Executions per second
toString 13081801.0 Ops/sec
JSON.stringify 3744487.0 Ops/sec
Script Preparation code:
AخA
 
function makeTestData() { return 1; }
Tests:
  • toString

     
    makeTestData().toString()
  • JSON.stringify

     
    JSON.stringify(makeTestData());