Script Preparation code:
AخA
 
function isObjC(x){return (typeof x)[0] === 'o';}
function isObjS(x){return typeof x === 'object'}
Tests:
  • char

     
    isObjC('foo');isObjC({});
  • string

     
    isObjS('foo');isObjS({});
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    char
    string

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36
Chrome 95 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
char 5766891.5 Ops/sec
string 6014497.0 Ops/sec