Skip to content

Commit

Permalink
Fix reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyma committed Apr 16, 2024
1 parent 23e2267 commit d519d31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/benchmark_netty_case_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d519d31

Please sign in to comment.