this post was submitted on 15 Feb 2024
24 points (96.2% liked)
JavaScript
1970 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
https://github.com/awslabs/llrt/raw/main/benchmarks/llrt-ddb-put.png
https://github.com/awslabs/llrt/raw/main/benchmarks/node20-ddb-put.png
Maybe I'm just stupid, but what are these numbers?
Soo, I'm guessing it's round trip time in milliseconds?
What is p0 to p100? Are they putting 0 to a 100 items? Are they putting 1 item into a dataset of size p..?
Percentiles of the measured startup times.
p100: 100% of the startups were slower, this is the maximum time they measured.
p50: 50% were slower than this
And so on to p0, which is the smallest measured time.