lambda-perf
lambda-perf copied to clipboard
Java GraalVM 21 aws build
I have impressive cold start time with the latest JDK 21 release. Unforutnately building the native image with docker gives worse performance. I built directly in t4g large instance. Since the build and runtime environment are same I believe it is optimized for the processor. I want to add my lambda here if possible. Please let me know.
t4g large : 9.34ms
Docker : 234ms
I am able to get same performance in both builds. Since the time differs for each cold start I was confused. I have my docker build. Will add a pr
hey @rasvi24 That sounds great! Let me know if you need help on the PR!