JavaObfuscatorTest
JavaObfuscatorTest copied to clipboard
Lack of warmup in calc test
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.