Script Preparation code:
AخA
 
for (i = 100000; i < 20001; i++) {}
Tests:
  • Array.from()

     
    Array.from(i)
  • toString()

     
    i.toString()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Array.from()
    toString()

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Firefox 119 on Windows
View result in a separate tab
Test name Executions per second
Array.from() 14032301.0 Ops/sec
toString() 1042775616.0 Ops/sec