HTML Preparation code:
Tests:
  • .first()

  • :first

  • .filter(:first)

  • .eq(0)

  • $(.get(0))

  • $([0])

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    .first()
    :first
    .filter(:first)
    .eq(0)
    $(.get(0))
    $([0])

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
Firefox 94 on Windows
View result in a separate tab
Test name Executions per second
.first() 236452.9 Ops/sec
:first 96454.3 Ops/sec
.filter(:first) 136546.4 Ops/sec
.eq(0) 234128.2 Ops/sec
$(.get(0)) 228083.7 Ops/sec
$([0]) 237284.1 Ops/sec


;