Script Preparation code:
Tests:
  • var array3 = array1.concat(array2);

  • var array3 = [...array1, ...array2];

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    var array3 = array1.concat(array2);
    var array3 = [...array1, ...array2];

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!