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
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Symbol
    Number
    String

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 days ago)
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0
Firefox 136 on Ubuntu
View result in a separate tab
Test name Executions per second
Symbol 8037110.5 Ops/sec
Number 1022727616.0 Ops/sec
String 1023782144.0 Ops/sec