From 7546e3558392b9a86e59fe4d63254cdbbc14644d Mon Sep 17 00:00:00 2001 From: Jonathon Belotti Date: Mon, 4 Oct 2021 16:50:45 +1100 Subject: [PATCH] fix mistake in napkin math problem #1 copy-over --- performance/napkin-math/problems/1_logging_cost.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/napkin-math/problems/1_logging_cost.md b/performance/napkin-math/problems/1_logging_cost.md index 19cfa06..1b7f294 100644 --- a/performance/napkin-math/problems/1_logging_cost.md +++ b/performance/napkin-math/problems/1_logging_cost.md @@ -37,7 +37,7 @@ ______ 86,400 seconds per day. -`86,400 * 10^6 RPS ~= 9 * 10^3 * 10^6 ~= 9 * 10^9` requests a day. +`86,400 * 10^5 RPS ~= 9 * 10^4 * 10^5 ~= 9 * 10^9` requests a day. **How many log lines per request?:** `10`