Tests:
  • Symbol

    AخA
     
    const a = Symbol();
    const b = Symbol();
    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: 8 days ago)
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36
Chrome Mobile 134 on Android
View result in a separate tab
Test name Executions per second
Symbol 3666688.8 Ops/sec
Number 20849666.0 Ops/sec
String 19141878.0 Ops/sec