Skip to content

Commit

Permalink
queryRestful.json split two query json for python edit
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Jan 20, 2025
1 parent 21f8a90 commit 001d6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/taosbenchmark/taosdemoTestQueryWithJson.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def run(self):
# use restful api to query
os.system("%s -f ./taosbenchmark/json/queryInsertrestdata.json" % binPath)
os.system("%s -f ./taosbenchmark/json/queryRestful.json" % binPath)
os.system("%s -f ./taosbenchmark/json/queryRestful1.json" % binPath)
os.system("cat query_res0.txt* > all_query_res0_rest.txt")
os.system("cat query_res1.txt* > all_query_res1_rest.txt")
os.system("cat query_res2.txt* > all_query_res2_rest.txt")
Expand Down

0 comments on commit 001d6b6

Please sign in to comment.