Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "functional" benchmark #9908

Draft
wants to merge 2 commits into
base: 4.1.x
Choose a base branch
from
Draft

Add "functional" benchmark #9908

wants to merge 2 commits into from

Commits on Sep 20, 2023

  1. Add "functional" benchmark

    This commit introduces a new test project which is a JMH benchmark testing
    an application. It makes use of the Micronaut Gradle plugins (that is to
    say builds an application in a similar way as for a user application)
    and applies the AOT plugin.
    
    There are 2 JMH jars being created. The standard JMH jar is using the
    regular application classpath. Another jar is created with the
    optimized jar.
    
    To run the benchmark with the AOT optimized application, run:
    
    `./gradlew :test-suite-benchmarks:optimizedJmhJar`
    
    Then:
    
    `./test-suite-benchmarks/build/libs/test-suite-benchmarks-jmh-all-<version>.jar`
    melix committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8f2f16d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. benchmark improvements

    yawkat committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    85c8a9b View commit details
    Browse the repository at this point in the history