Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
Firefox 136
Mac OS X 10.15
Desktop
one month ago
Test name Executions per second
Symbol 21931324.0 Ops/sec
Number 1630336384.0 Ops/sec
Tests:
  • Symbol

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

     
    const a = Number.parseInt('1');
    const b = Number.parseInt('2');
    a === b