mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
7 lines
115 B
Text
7 lines
115 B
Text
$i = 1
|
|
$repeats = 5
|
|
while $i <= $repeats
|
|
print ====== repeat: $i
|
|
run lite/parser/stream.sim
|
|
$i = $i + 1
|
|
endw
|