From 6c7ea5ad51e6cb2cd84406ce163ee303a2c012bc Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 23 Jan 2025 16:03:27 +0800 Subject: [PATCH] fix: have blank of contine if_fail word --- docs/en/14-reference/02-tools/10-taosbenchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/14-reference/02-tools/10-taosbenchmark.md b/docs/en/14-reference/02-tools/10-taosbenchmark.md index 8db3e7d8c6..8ff4712466 100644 --- a/docs/en/14-reference/02-tools/10-taosbenchmark.md +++ b/docs/en/14-reference/02-tools/10-taosbenchmark.md @@ -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)