Script Preparation code:
x
 
const data = []
for (let i = 0; i < 5000; ++i) data.push({
  uuid: '69e4b161-0d5d-435f-aa76-51664ed79861',
  caller_id_name: 'call2sip06408849',
  caller_id_number: 'Hello',
  destination_number: '101',
  from_host: 'call2sip.onlinepbx.ru',
  to_host: 'pbx2577.test.onpbx.ru',
  start_stamp: 1672232065,
  answer_stamp: 1672232065,
  end_stamp: 1672232076,
  duration: 11,
  billsec: 0,
  user_talk_time: 0,
  hangup_cause: 'NORMAL_CLEARING',
  call: {
    first_uuid: '',
    channels: {},
  },
  accountcode: 'inbound',
  quality_score: 0,
  blacklist_blocked: false,
  rec_enabled: true,
  domains: ['pbx2577.test.onpbx.ru'],
  gateway: '',
  origin: 'sip',
})
for (let i = 0; i < 1; ++i) data.push({
  uuid: '69e4b161-0d5d-435f-aa76-51664ed79861',
  caller_id_name: 'call2sip06408849',
  caller_id_number: 'Hi',
  destination_number: '101',
  from_host: 'call2sip.onlinepbx.ru',
  to_host: 'pbx2577.test.onpbx.ru',
  start_stamp: 1672232065,
  answer_stamp: 1672232065,
  end_stamp: 1672232076,
  duration: 11,
  billsec: 0,
  user_talk_time: 0,
  hangup_cause: 'NORMAL_CLEARING',
  call: {
    first_uuid: '',
    channels: {},
  },
  accountcode: 'inbound',
  quality_score: 0,
  blacklist_blocked: false,
  rec_enabled: true,
  domains: ['pbx2577.test.onpbx.ru'],
  gateway: '',
  origin: 'sip',
})
Tests:
  • Find

     
    data.find(e => e.caller_id_number === 'Hi')
  • Some

     
    data.some(e => e.caller_id_number === 'Hi')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Find
    Some

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Chrome 134 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Find 208629.9 Ops/sec
Some 210687.3 Ops/sec