Skip to content

Instantly share code, notes, and snippets.

@adriantanasa
Created September 19, 2023 13:52
Show Gist options
  • Save adriantanasa/95f5298ae7977e8d81f26c2c2c798bf0 to your computer and use it in GitHub Desktop.
Save adriantanasa/95f5298ae7977e8d81f26c2c2c798bf0 to your computer and use it in GitHub Desktop.
Lambda Cold Starts Benchmark 2023 - Nodejs 16 (runtime scenario)
lambdaSize avgInitDuration minInitDuration maxInitDuration p90InitDuration coldStartsPercent totalRequests avgWarmDuration avgMemAlocated runtime
65536 3110 2452 3779 3242 100 100 27 512 nodejs16.x
32768 1272 1010 1519 1345 100 100 38 256 nodejs16.x
16384 641 547 798 680 100 100 12 256 nodejs16.x
8192 382 288 500 416 100 100 11 256 nodejs16.x
4096 262 217 351 285 100 100 10 256 nodejs16.x
2048 215 170 366 235 100 100 12 256 nodejs16.x
1024 184 143 231 206 100 100 13 256 nodejs16.x
512 174 128 240 192 100 100 11 256 nodejs16.x
256 168 120 254 186 100 100 12 256 nodejs16.x
128 161 121 202 177 100 100 13 256 nodejs16.x
1 159 121 217 177 100 100 13 256 nodejs16.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment