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

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    func
    jsobj

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/75.0.3770.90 Chrome/75.0.3770.90 Safari/537.36
Chromium 75 on Ubuntu
View result in a separate tab
Test name Executions per second
func 35964160.0 Ops/sec
jsobj 35721800.0 Ops/sec