fix: have blank of contine if_fail word

This commit is contained in:
Alex Duan 2025-01-23 16:03:27 +08:00
parent 1b72bac41c
commit 6c7ea5ad51
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ INFO: Spend 26.9530 second completed total queries: 30000, the QPS of all thread
- The first line represents the percentile distribution of query execution and query request delay for each of the three threads executing 10000 queries. The SQL command is the test query statement
- The second line indicates that a total of 10000 * 3 = 30000 queries have been completed
- The third line indicates that the total query time is 26.9653 seconds, and the query rate per second (QPS) is 1113.049 times/second
-If the `continue _if_fail` option is set to `yes` in the query, the last line will output the number of failed requests and error rate, in the format of error+number of failed requests (error rate)
-If the `continue_if_fail` option is set to `yes` in the query, the last line will output the number of failed requests and error rate, in the format of error+number of failed requests (error rate)
**Indicator calculation**
-QPS = number of successful requests / time spent (in seconds)
-Error rate = number of failed requests / (number of successful requests + number of failed requests)