Which equals operator (== vs ===) is faster?

Is there a performance benefit to replacing == with ===?
6 years ago
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Test name Executions per second
test equality 6300.4 Ops/sec
test strict equality 6294.4 Ops/sec
string to int 881.4 Ops/sec
Tests:
  • test equality

  • test strict equality

  • string to int

Open this result on MeasureThat.net