fix: error rate format adjust
This commit is contained in:
parent
6c7ea5ad51
commit
717b8dde62
|
@ -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, the format like "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)
|
||||
|
|
Loading…
Reference in New Issue