Script Preparation code:
AخA
 
var data = ['A', 'B', 'Ć', 'D']
Tests:
  • SOME

     
    data.some(code => {
        if (code !== 'A') {
            return true;
        }
    })
  • FIND

     
    data.find(code => code !== 'A')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    SOME
    FIND

    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/96.0.4664.55 Safari/537.36
Chrome 96 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
SOME 23818336.0 Ops/sec
FIND 23949700.0 Ops/sec