generated from VG-Tech-Dojo/hakaru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
diff.patch
83 lines (81 loc) · 3.48 KB
/
diff.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
diff --git a/kakeru/scenarios/hakaru-test-multinode-2.xml.template b/kakeru/scenarios/hakaru-test-multinode-2.xml.template
index d769d91..b392370 100644
--- a/kakeru/scenarios/hakaru-test-multinode-2.xml.template
+++ b/kakeru/scenarios/hakaru-test-multinode-2.xml.template
@@ -14,11 +14,6 @@
<users arrivalrate="10" unit="second"></users>
</arrivalphase>
- <!-- 3分間1秒に200ユーザーずつ作る -->
- <arrivalphase phase="2" duration="3" unit="minute">
- <users arrivalrate="200" unit="second"></users>
- </arrivalphase>
-
<!-- 3分間1秒に2000ユーザーずつ作る -->
<arrivalphase phase="3" duration="3" unit="minute">
<users arrivalrate="2000" unit="second"></users>
@@ -35,19 +30,19 @@
<sessions>
<session name="open" probability="90" type="ts_http">
<request>
- <http url="{{TARGET_PATH}}?name=open&value=0" method="GET" version="1.1" >
+ <http url="/hakaru?name=open&value=0" method="GET" version="1.1" >
</http>
</request>
</session>
<session name="purchase120" probability="9" type="ts_http">
<request>
- <http url="{{TARGET_PATH}}?name=purchase&value=120" method="GET" version="1.1" >
+ <http url="/hakaru?name=purchase&value=120" method="GET" version="1.1" >
</http>
</request>
</session>
<session name="purchase960" probability="1" type="ts_http">
<request>
- <http url="{{TARGET_PATH}}?name=purchase&value=960" method="GET" version="1.1" >
+ <http url="/hakaru?name=purchase&value=960" method="GET" version="1.1" >
</http>
</request>
</session>
diff --git a/kakeru/scenarios/hakaru-test-multinode-3.xml.template b/kakeru/scenarios/hakaru-test-multinode-3.xml.template
index 154e856..93cc748 100644
--- a/kakeru/scenarios/hakaru-test-multinode-3.xml.template
+++ b/kakeru/scenarios/hakaru-test-multinode-3.xml.template
@@ -14,16 +14,6 @@
<users arrivalrate="10" unit="second"></users>
</arrivalphase>
- <!-- 3分間1秒に200ユーザーずつ作る -->
- <arrivalphase phase="2" duration="3" unit="minute">
- <users arrivalrate="200" unit="second"></users>
- </arrivalphase>
-
- <!-- 3分間1秒に2000ユーザーずつ作る -->
- <arrivalphase phase="3" duration="3" unit="minute">
- <users arrivalrate="2000" unit="second"></users>
- </arrivalphase>
-
<!-- 3分間1秒に20000ユーザーずつ作る -->
<arrivalphase phase="4" duration="3" unit="minute">
<users arrivalrate="20000" unit="second"></users>
@@ -40,19 +30,19 @@
<sessions>
<session name="open" probability="90" type="ts_http">
<request>
- <http url="{{TARGET_PATH}}?name=open&value=0" method="GET" version="1.1" >
+ <http url="/hakaru?name=open&value=0" method="GET" version="1.1" >
</http>
</request>
</session>
<session name="purchase120" probability="9" type="ts_http">
<request>
- <http url="{{TARGET_PATH}}?name=purchase&value=120" method="GET" version="1.1" >
+ <http url="/hakaru?name=purchase&value=120" method="GET" version="1.1" >
</http>
</request>
</session>
<session name="purchase960" probability="1" type="ts_http">
<request>
- <http url="{{TARGET_PATH}}?name=purchase&value=960" method="GET" version="1.1" >
+ <http url="/hakaru?name=purchase&value=960" method="GET" version="1.1" >
</http>
</request>
</session>