difftreelog
fix remove unused fn in perf test
in: master
1 file changed
tests/src/performance.seq.test.tsdiffbeforeafterboth105 return tokensCount;105 return tokensCount;106};106};107108function sizeOfProperty(prop: IProperty) {109 return sizeOfEncodedStr(prop.key) + sizeOfEncodedStr(prop.value!);110}111107112function sizeOfInt(i: number) {108function sizeOfInt(i: number) {113 if(i < 0 || i > 0xffffffff) throw new Error('out of range');109 if(i < 0 || i > 0xffffffff) throw new Error('out of range');