aws-samples / serverless-java-frameworks-samples

MIT No Attribution
150 stars 36 forks source link

Added Micronaut SnapStart version (#12) #18

Closed dmahapatro closed 1 year ago

dmahapatro commented 1 year ago

Issue #, if available:

12

Description of changes: Added SnapStart sample for Micronaut

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

yawkat commented 1 year ago

our benchmarks test somewhat differently ofc but relative to the other frameworks it seems about right (slightly ahead of spring boot, behind quarkus)

dmahapatro commented 1 year ago

Thanks @yawkat and @alvarosanchez. Looking at the PR do you see any other areas of improvement other than Eager Initialization of Singletons and SnapStart in general.

ravsrin commented 1 year ago

Looks good. Nice job!