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

Reduce the number of builds during JFR perf test #212

Closed roberttoyonaga closed 1 year ago

roberttoyonaga commented 1 year ago

Summary

Related issue: https://github.com/Karm/mandrel-integration-tests/issues/211

This PR does a bit of rearranging to try to reduce duplicate JFR perf test app builds. I've just moved the build up a few levels so its done in jfrPerfTestRun and can be reused for multiple hyperfoil benchmarks. I also moved the cleanup code too. And I did some minor renaming for consistency.

Karm commented 1 year ago

Thank you @roberttoyonaga