<
From version < 228.3 >
edited by Thomas Mortagne
on 2017/10/25 14:38
To version < 228.4 >
edited by Thomas Mortagne
on 2017/10/25 14:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -121,7 +121,7 @@
121 121  === Reload of not existing page without UI ===
122 122  
123 123  {{code language="none"}}
124 -dumbbench -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/NoSpace/NoPage"
124 +dumbbench --float -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/NoSpace/NoPage"
125 125  {{/code}}
126 126  
127 127  Unit: milliseconds
... ... @@ -132,7 +132,7 @@
132 132  === Reload of not existing page with UI ===
133 133  
134 134  {{code language="none"}}
135 -dumbbench -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/NoSpace/NoPage"
135 +dumbbench --float -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/NoSpace/NoPage"
136 136  {{/code}}
137 137  
138 138  Unit: milliseconds
... ... @@ -143,7 +143,7 @@
143 143  === Reload of empty page without UI ===
144 144  
145 145  {{code language="none"}}
146 -dumbbench -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/EmptySpace/EmptyPage"
146 +dumbbench --float -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/EmptySpace/EmptyPage"
147 147  {{/code}}
148 148  
149 149  Unit: milliseconds
... ... @@ -154,7 +154,7 @@
154 154  === Reload of empty page with UI ===
155 155  
156 156  {{code language="none"}}
157 -dumbbench -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/EmptySpace/EmptyPage"
157 +dumbbench --float -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/EmptySpace/EmptyPage"
158 158  {{/code}}
159 159  
160 160  Unit: milliseconds
... ... @@ -165,7 +165,7 @@
165 165  === Reload of Main.WebHome without UI ===
166 166  
167 167  {{code language="none"}}
168 -dumbbench -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/Main/WebHome"
168 +dumbbench --float -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/Main/WebHome"
169 169  {{/code}}
170 170  
171 171  Unit: milliseconds
... ... @@ -176,7 +176,7 @@
176 176  === Reload of Main.WebHome with UI ===
177 177  
178 178  {{code language="none"}}
179 -dumbbench -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/Main/WebHome"
179 +dumbbench --float -p 0.1 -i 1000 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/Main/WebHome"
180 180  {{/code}}
181 181  
182 182  Unit: milliseconds
... ... @@ -224,7 +224,7 @@
224 224  Login with Admin user and make sure hidden document display is enabled.
225 225  
226 226  {{code language="none"}}
227 -dumbbench -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/Main/Search?sort=score&sortOrder=desc&r=1&f_type=DOCUMENT&text=*"
227 +dumbbench --float -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/Main/Search?sort=score&sortOrder=desc&r=1&f_type=DOCUMENT&text=*"
228 228  {{/code}}
229 229  
230 230  * {{previous/}}:
... ... @@ -233,7 +233,7 @@
233 233  ==== Result of search finding one result ====
234 234  
235 235  {{code language="none"}}
236 -dumbbench -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/Main/Search?sort=score&sortOrder=desc&r=1&f_type=DOCUMENT&text=name%3A1000Macros"
236 +dumbbench --float -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/view/Main/Search?sort=score&sortOrder=desc&r=1&f_type=DOCUMENT&text=name%3A1000Macros"
237 237  {{/code}}
238 238  
239 239  * {{previous/}}:
... ... @@ -244,7 +244,7 @@
244 244  === Page with 1000 macros without UI ===
245 245  
246 246  {{code language="none"}}
247 -dumbbench -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/Test/1000Macros"
247 +dumbbench --float -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/Test/1000Macros"
248 248  {{/code}}
249 249  
250 250  Unit: milliseconds
... ... @@ -255,7 +255,7 @@
255 255  === Page with 1000 html macros without UI ===
256 256  
257 257  {{code language="none"}}
258 -dumbbench -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/Test/1000HTMLMacros"
258 +dumbbench --float -p 0.1 -i 100 -- wget -q -o /dev/null -O /dev/null --load-cookies cookies.txt "http://127.0.0.1:8080/xwiki/bin/get/Test/1000HTMLMacros"
259 259  {{/code}}
260 260  
261 261  Unit: milliseconds

Get Connected