From 6eb0c0c058ec71936c2adc75f01b15f1c86a6712 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 6 Jan 2025 13:42:47 +0800 Subject: [PATCH] Try to fix mathjax formatting --- 3-4-map-reduce-reliability-perf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-4-map-reduce-reliability-perf.md b/3-4-map-reduce-reliability-perf.md index 2dd09aa..754c229 100644 --- a/3-4-map-reduce-reliability-perf.md +++ b/3-4-map-reduce-reliability-perf.md @@ -4,7 +4,7 @@ ### The concept of speedup: -- $$S(n) = \frac{time_taken_with_1_processor}{time_taken_with_n_processor}$$ +- $$S(n) = \frac{TimeTakenWith1Processor}{TimeTakenWithNProcessor}$$ - Speedup is problem dependent, as well as architecture dependent - If a job is fully parallelized, it the speed up is linear: [Amdahl's law](/1-4-scalability.md#amdahls-law-important)