I try to improve the perfomance of my program. I used JMH to comparate my two versions but I don't know if there are a real difference.
Example of my results:
Version1(op/s) score error(op/s) Version2 score error
Benchmark 1 12382150,338 1277638,481 18855038,903 50835,395
Benchmark 2 11708047,2 4061755,193 18843828,659 41966,689
Benchmark 3 7814465,4 9483927,071 18821356,961 72364,651
Benchmark 4 10481146,451 464691,58 13936537,089 40726,506
Benchmark 5 6863734,072 175974,219 9709381,687 21774,816
Can those results show a real difference between the version 1 and the version 2?