You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's fairly trivial to make a benchmark run with Shenandoah or ZGC...but it's kind of a pain to do it manually in a build.gradle every time I want to swap between the two or go back to G1.
The obvious answer to me is a separate build target, but my Gradle foo is not super great for customizations. If the necessary incantations are obvious to you (with your pretty deep experience in Gradle), it would be great if you could add them to the plugin...or even just add a Gist here for posterity.
The text was updated successfully, but these errors were encountered:
leadVisionary
changed the title
Feature Request: Build targets to run with Senandoah and ZGC
Feature Request: Build targets to run with Shenandoah and ZGC
Apr 6, 2023
Great work with your plugin. I've used it successfully to write a benchmark on serialization libraries and corresponding report.
It's fairly trivial to make a benchmark run with Shenandoah or ZGC...but it's kind of a pain to do it manually in a
build.gradle
every time I want to swap between the two or go back to G1.The obvious answer to me is a separate build target, but my Gradle foo is not super great for customizations. If the necessary incantations are obvious to you (with your pretty deep experience in Gradle), it would be great if you could add them to the plugin...or even just add a Gist here for posterity.
The text was updated successfully, but these errors were encountered: