Skip to content

Commit 37788a0

Browse files
committed
Update Chapter6.md
1 parent 81de7cc commit 37788a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When evaluating the performance of a newly designed algorithm, it is crucial to
7979

8080
Additionally, a program might work correctly for specific datasets but fail in general cases due to problems like inadequate overflow handling or hardcoding dataset properties. Always verify that the program produces correct results by comparing outputs against reference answers from benchmark specifications and checking results with varying data [9].
8181

82-
For performance testing, it's essential to consider whether optimization results are influenced by other factors. For example, in MySQL 8.0 with the CATS lock scheduling algorithm, the performance evaluation was affected by extensive deadlock logs output by MySQL.
82+
For performance testing, it's essential to consider whether optimization results are influenced by other factors. For example, in MySQL 8.0 with the CATS lock scheduling algorithm, the performance evaluation could be impacted by extensive deadlock logs generated by MySQL.
8383

8484
## 6.2 Comprehensive Testing
8585

0 commit comments

Comments
 (0)