未验证 提交 87825dc9 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: taosbenchmark query interval unit (#17879)

* fix: taosbenchmark query interval unit

* fix: taosbenchmark query interval
上级 a56736a3
Subproject commit d0fb461c232a5d6f5e863d954293a8af9cd2c718 Subproject commit 0fb640b14abb17e89eeb020b85972abdafaf79e3
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"databases": "db", "databases": "db",
"query_times": 1, "query_times": 1,
"specified_table_query": { "specified_table_query": {
"query_interval": 10000, "query_interval": 10,
"threads": 4, "threads": 4,
"sqls": [ "sqls": [
{ {
...@@ -19,12 +19,11 @@ ...@@ -19,12 +19,11 @@
{ {
"sql": "select last_row(*) from stb00_9 ", "sql": "select last_row(*) from stb00_9 ",
"result": "./query_res1.txt" "result": "./query_res1.txt"
}] }]
}, },
"super_table_query": { "super_table_query": {
"stblname": "stb1", "stblname": "stb1",
"query_interval":20000, "query_interval":20,
"threads": 4, "threads": 4,
"sqls": [ "sqls": [
{ {
...@@ -33,5 +32,4 @@ ...@@ -33,5 +32,4 @@
} }
] ]
} }
} }
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"query_times": 3, "query_times": 3,
"super_table_query": { "super_table_query": {
"stblname": "stb0", "stblname": "stb0",
"query_interval": 10000, "query_interval": 10,
"threads": 9, "threads": 9,
"sqls": [ "sqls": [
{ {
...@@ -415,5 +415,5 @@ ...@@ -415,5 +415,5 @@
}] }]
} }
} }
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"databases": "db", "databases": "db",
"query_times": 1, "query_times": 1,
"specified_table_query": { "specified_table_query": {
"query_interval": 10000, "query_interval": 10,
"threads": 4, "threads": 4,
"sqls": [ "sqls": [
{ {
...@@ -19,12 +19,11 @@ ...@@ -19,12 +19,11 @@
{ {
"sql": "select last_row(*) from stb00_9 ", "sql": "select last_row(*) from stb00_9 ",
"result": "./query_res1.txt" "result": "./query_res1.txt"
}] }]
}, },
"super_table_query": { "super_table_query": {
"stblname": "stb1", "stblname": "stb1",
"query_interval":20000, "query_interval":20,
"threads": 4, "threads": 4,
"sqls": [ "sqls": [
{ {
...@@ -33,5 +32,4 @@ ...@@ -33,5 +32,4 @@
} }
] ]
} }
} }
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"query_times": 3, "query_times": 3,
"super_table_query": { "super_table_query": {
"stblname": "stb0", "stblname": "stb0",
"query_interval": 10000, "query_interval": 10,
"threads": 9, "threads": 9,
"sqls": [ "sqls": [
{ {
...@@ -415,5 +415,5 @@ ...@@ -415,5 +415,5 @@
}] }]
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册