Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Make FAIL_ON_PERF_REGRESSION work for time-sensitive, non-time-sensitive or both #204

Closed zakkak closed 9 months ago

zakkak commented 9 months ago

This will allow us to have mandrel IT tests fail on github actions if binary size or RSS go over the defined threshold, while still ignoring any time-sensitive metrics that are unstable on github actions.