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
}
testFn('asdfg');
testFn('sdfg');
testFn(obj.dasd);
testFn(obj.fghj);
--enable-precise-memory-info
flag.
Test case name | Result |
---|---|
string | |
obj |
This benchmark does not have any results yet. Be the first one to run it!