Run details:
Mozilla/5.0 (Android 15; Mobile; rv:131.0) Gecko/131.0 Firefox/131.0
Firefox Mobile 131
Android
Mobile
6 months ago
Test name Executions per second
toString 116328624.0 Ops/sec
JSON.stringify 2990764.0 Ops/sec
Script Preparation code:
AخA
 
function makeTestData() { return { name: "Matheus de Sousa Martins", age: 30, phone: "999999999999" }; }
Tests:
  • toString

     
    makeTestData().toString()
  • JSON.stringify

     
    JSON.stringify(makeTestData());