Tests:
  • ==

  • ===

  • == str

  • === str

  • == true

  • == null

  • === null

  • === true

  • == str with str

  • === str with str

  • == str with number

  • === str with number

  • obj to bool

  • bool to bool

  • arr to bool

  • str to bool

  • null to bool

  • null == undefined

  • undefined == null

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    ==
    ===
    == str
    === str
    == true
    == null
    === null
    === true
    == str with str
    === str with str
    == str with number
    === str with number
    obj to bool
    bool to bool
    arr to bool
    str to bool
    null to bool
    null == undefined
    undefined == null

    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!