From d519d315a67297f1957d045798a41eb8dcd89249 Mon Sep 17 00:00:00 2001 From: rickyma Date: Tue, 16 Apr 2024 21:42:00 +0800 Subject: [PATCH] Fix reviews --- docs/benchmark_netty_case_report.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/benchmark_netty_case_report.md b/docs/benchmark_netty_case_report.md index 2bee133a6d..6151f22dde 100644 --- a/docs/benchmark_netty_case_report.md +++ b/docs/benchmark_netty_case_report.md @@ -116,7 +116,13 @@ Note: 2. The calculation formula for `Netty(SSD) Performance Improvement` is as follows: ```` -Netty(SSD) Performance Improvement = (Tasks Total Time - Tasks Total Time( Netty(SSD) )) / Tasks Total Time * 100% +Netty(SSD) Total Task Time Reduction = (Tasks Total Time - Tasks Total Time( Netty(SSD) )) / Tasks Total Time * 100% +```` + +3. The calculation formula for `Netty(SSD) Speedup` is as follows: + +```` +Netty(SSD) Speedup = Tasks Total Time / Tasks Total Time( Netty(SSD) ) * 100% ```` ## Conclusion