Script Preparation code:
AخA
 
var foo = { value: "asdf" };
Tests:
  • condition

     
    foo.value === 'default';
  • eval

     
    eval(`foo.value === 'default'`);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    condition
    eval

    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/98.0.4758.80 Safari/537.36 Edg/98.0.1108.43
Chrome 98 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
condition 11929287.0 Ops/sec
eval 2377619.0 Ops/sec