Tests:
  • slice

    AخA
     
    const arr = [1, 2, 'hello', true];
    const arr2 = arr.slice();
  • spread

     
    const arr = [1, 2, 'hello', true];
    const arr2 = [...arr];
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    slice
    spread

    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/87.0.4280.141 Safari/537.36
Chrome 87 on Windows
View result in a separate tab
Test name Executions per second
slice 92785648.0 Ops/sec
spread 54025604.0 Ops/sec