Tests:
  • func

    x
     
    let a = function () { return "HELLO"; }
    let b = function () { return "WORLD"; }
    a === b
  • jsobj

     
    let a = {hello: "world"}
    let b = {foo: "bar"}
    a === b
  • symbol

     
    let a = Symbol("foo");
    let b = Symbol("bar");
    a === b
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    func
    jsobj
    symbol

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Chrome 130 on Windows
View result in a separate tab
Test name Executions per second
func 128854032.0 Ops/sec
jsobj 119549328.0 Ops/sec
symbol 4286553.0 Ops/sec