JavaObfuscatorTest icon indicating copy to clipboard operation
JavaObfuscatorTest copied to clipboard

Lack of warmup in calc test

Open terminalsin opened this issue 1 year ago • 2 comments

Issue Calc test is consistent due to a lack of warmup

Solution Add a call for each method before it is iterated. Then, iterate the methods as done previously. Then repeat the class 10x times, and only then take their mean and median and measure those. This would be a much more accurate way at measuring performance respective to the obfuscator.

terminalsin avatar Aug 06 '23 11:08 terminalsin