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

Is there a performance benefit to replacing == with ===?
2 years ago
User agent: Mozilla/5.0 (Android 10; Mobile; rv:92.0) Gecko/92.0 Firefox/92.0
Test name Executions per second
test equality 5444.7 Ops/sec
test strict equality 5446.6 Ops/sec
Tests:
  • test equality

  • test strict equality

Open this result on MeasureThat.net