Skip to content

Commit 08fefb6

Browse files
author
aforge
committed
pr comments
1 parent 6a1dfe2 commit 08fefb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loadtest/tsung.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,19 @@
5959
<thinktime value="3" random="true"></thinktime>
6060

6161
<request subst="true">
62-
<websocket type="message" frame="text">{"sub":{"id":"%%_baseid%%%%_topicx%%%%_ctr%%05","topic":"%%_topicx%%","get":{"what":"desc sub data del"}}}</websocket>
62+
<websocket type="message" frame="text">{"sub":{"id":"%%_baseid%%%%_topicx%%%%_ctr%%","topic":"%%_topicx%%","get":{"what":"desc sub data del"}}}</websocket>
6363
</request>
6464

6565
<for from="1" to="50" incr="1" var="counter">
6666
<thinktime min="2" max="10" random="true"></thinktime>
6767

6868
<request subst="true">
69-
<websocket type="message" frame="text">{"pub":{"id":"%%_baseid%%%%_topicx%%%%_ctr%%06%%_counter%%","topic":"%%_topicx%%","content":"This is a Tsung test %%_baseid%% %%_counter%%"}}</websocket>
69+
<websocket type="message" frame="text">{"pub":{"id":"%%_baseid%%%%_topicx%%%%_ctr%%%%_counter%%","topic":"%%_topicx%%","content":"This is a Tsung test %%_baseid%% %%_counter%%"}}</websocket>
7070
</request>
7171
</for>
7272

7373
<request subst="true">
74-
<websocket type="message" frame="text">{"leave":{"id":"%%_baseid%%%%_topicx%%%%_ctr%%07","topic":"%%_topicx%%"}}</websocket>
74+
<websocket type="message" frame="text">{"leave":{"id":"%%_baseid%%%%_topicx%%%%_ctr%%","topic":"%%_topicx%%"}}</websocket>
7575
</request>
7676

7777
</foreach>

0 commit comments

Comments
 (0)