aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Add exit early option in Perf build

Open llxia opened this issue 6 months ago • 1 comments

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

llxia avatar Jun 12 '25 20:06 llxia

Can i work on this

MarkLi28 avatar Jun 13 '25 18:06 MarkLi28