HTML Preparation code:
AخA
 
1
<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.5/lodash.min.js'></script>
Script Preparation code:
 
var data1 = null; var data2 = ""; var arr = ['', null];
Tests:
  • isEmpty with string/null

     
    let a  = _.isEmpty(data1)
  • "==" Comparison

     
    let a = (data1 == data2)
  • isEmpty with array

     
    let a = _.isEmpty(arr)
  • Js includes

     
    let a = arr.includes(data1)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    isEmpty with string/null
    "==" Comparison
    isEmpty with array
    Js includes

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:101.0) Gecko/20100101 Firefox/101.0
Firefox 101 on Ubuntu
View result in a separate tab
Test name Executions per second
isEmpty with string/null 52326944.0 Ops/sec
"==" Comparison 846729984.0 Ops/sec
isEmpty with array 7774066.0 Ops/sec
Js includes 30012072.0 Ops/sec