Skip to content

Commit 057e034

Browse files
committed
further tweaking the config parameters
1 parent cb99889 commit 057e034

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

apps/quarkus-full-microprofile/benchmark.hf.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: microprofile-hyperfoil
22
http:
33
host: http://localhost:8080
4-
sharedConnections: 200
4+
sharedConnections: 250
55
usersPerSec: 10
66
duration: 5s
77
scenario:
@@ -69,20 +69,6 @@ scenario:
6969
sync: true
7070
- awaitVar: fourthDone
7171

72-
- fifth:
73-
- httpRequest:
74-
GET: /data/config/injected
75-
metric:
76-
- .*\.html -> pages
77-
- -> other
78-
handler:
79-
status:
80-
range: 2xx
81-
onCompletion:
82-
set: fifthDone <- yes
83-
sync: true
84-
- awaitVar: fifthDone
85-
8672
- sixth:
8773
- httpRequest:
8874
GET: /data/client/test/bonjour

0 commit comments

Comments
 (0)