lambda-perf
lambda-perf copied to clipboard
Lambda Cold Starts analysis, updated daily
Thanks for the awesome work! If you can provide a Bar chart for an easy comparison view for each metric, that would be great in easily comparing and finding the...
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...
For now it seems that the layer arm64 is not working, let's add this back when the layer will be fixed
First off, this is a useful tool. Thanks for setting it up. Mean is a useful metric. But to get a feel of how much the cold starts can vary...
Could the cold start invoke frequency be updated to at least every 30 min for cold starts? Looks like the code is getting 10 cold start samples daily for each...
I know the title is "cold start" but it would be great to have the same for warm start, so that we can see when functions are warmed, if the...
- add support for extra env variable to fix #326 - add `JAVA_TOOL_OPTIONS` to manifest for java
This would be awesome if we could compare the cold start times of container vs zip
Please include benchmark where you don't re-deploy the lambdas. The reason is I observe (using Log insights) sometime Lambda that has been idle for long time (more than 30 minutes)...
This looks like a really interesting project, but when I cloned it, it wasn’t really clear what I needed to do to build and deploy it so that I could...