Script Preparation code:
x
 
const testFn = (input) => {
  // do nothing
}
const obj = {
a: 213,
  b: 234,
c:1,
  dasd:2
  ,sdfjnvdsvhuvdse:4
  ,f:6
  ,g: 8
  ,kjsdgjksfdjksh:5
  ,dfbiubdfuij:2
  ,k:4
  ,ljhbdfhuisdfhiu:4
  ,idurghiurgbidsnjkm:1
  ,fghj: 7
  
}
Tests:
  • string [Async/Deferred]

     
    testFn('asdfg');
    testFn('sdfg');
  • obj [Async/Deferred]

     
    testFn(obj.dasd);
    testFn(obj.fghj);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    string
    obj

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!