Skip to content

Commit 7a7f1b1

Browse files
committed
Update warmup
1 parent a52a684 commit 7a7f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mavenpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
-Djdk.crac.trace-startup-time=true \
6868
-jar target/spring-boot-0.0.1-SNAPSHOT.jar)
6969
# warmup the service
70-
siege -b -c 1 -r 100000 -H "Content-type: text/plain" "http://localhost:8080/transform POST < example.xml" > /dev/null
70+
utils/bench.sh -H "Content-type: text/plain" "http://localhost:8080/transform POST < example.xml"
7171
jcmd $P JDK.checkpoint
7272
[ 137 = $(utils/read-exitcode.sh exitcode) ]
7373

0 commit comments

Comments
 (0)