Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0
Firefox 136
Ubuntu
Desktop
12 days ago
Test name Executions per second
Symbol 8037110.5 Ops/sec
Number 1022727616.0 Ops/sec
String 1023782144.0 Ops/sec
Tests:
  • Symbol

    AخA
     
    const a = Symbol('asdf');
    const b = Symbol('qwer');
    a === b
  • Number

     
    const a = 1;
    const b = 2;
    a === b
  • String

     
    const a = '1';
    const b = '2';
    a === b