Script Preparation code:
Tests:
  • Array.from(NodeList).map

  • [...NodeList].map

  • map.call(NodeList)

  • NodeList#map

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Array.from(NodeList).map
    [...NodeList].map
    map.call(NodeList)
    NodeList#map

    Fastest: N/A

    Slowest: N/A

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0
Firefox 77 on Windows
View result in a separate tab
Test name Executions per second
Array.from(NodeList).map 389891.3 Ops/sec
[...NodeList].map 503313.9 Ops/sec
map.call(NodeList) 548358.4 Ops/sec
NodeList#map 564857.9 Ops/sec