aqa-tests
aqa-tests copied to clipboard
Add exit early option in Perf build
In Perf run, add the EXIT_EARLY flag.
If EXIT_EARLY is set to true, loop only runs 80% of PERF_ITERATIONS ( PERF_ITERATIONS * 0.8 and round to nearest integer). If Score > 98%, then break.
related: https://github.com/adoptium/aqa-tests/issues/6329 and https://github.com/adoptium/aqa-tests/issues/6268
Can i work on this