Script Preparation code:
Tests:
  • if (test instanceof Array) { c++; }

  • if (Array.isArray(test)) { c++; }

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    if (test instanceof Array) { c++; }
    if (Array.isArray(test)) { c++; }

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15
Safari 16 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
if (test instanceof Array) { c++; } 3092570.8 Ops/sec
if (Array.isArray(test)) { c++; } 3119061.2 Ops/sec


;