Script Preparation code:
AخA
 
var a = Array(1000).fill().map(() => Math.round(Math.random() * 40));
Tests:
  • Object spread

     
    console.log(`${[...a]}`)
  • JSON.stringify

     
    console.log(JSON.stringify(a))
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Object spread
    JSON.stringify

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
Chrome 93 on Windows
View result in a separate tab
Test name Executions per second
Object spread 26160.9 Ops/sec
JSON.stringify 52738.3 Ops/sec