Skip to content

Instantly share code, notes, and snippets.

@adriantanasa
Last active September 18, 2023 15:31
Show Gist options
  • Save adriantanasa/d9cb9f7313f985f180c0aec98e482f2b to your computer and use it in GitHub Desktop.
Save adriantanasa/d9cb9f7313f985f180c0aec98e482f2b to your computer and use it in GitHub Desktop.
Lambda Cold Starts Benchmark 2023 - Nodejs 18 (reference scenario)
lambdaSize avgInitDuration minInitDuration maxInitDuration p90InitDuration coldStartsPercent totalRequests avgWarmDuration avgMemAlocated
65536 3110 2477 3822 3252 100 100 26 512
32768 1277 1024 1412 1344 100 100 41 256
16384 649 550 928 687 100 100 11 256
8192 391 300 462 420 100 100 12 256
4096 280 221 584 300 100 100 10 256
2048 223 177 306 234 100 100 10 256
1024 197 166 245 211 100 100 10 256
512 185 137 288 206 100 100 11 256
256 182 144 251 197 100 100 10 256
128 176 136 234 191 100 100 12 256
1 171 141 248 182 100 100 11 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment