We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52a684 commit 7a7f1b1Copy full SHA for 7a7f1b1
.github/workflows/mavenpublish.yml
@@ -67,7 +67,7 @@ jobs:
67
-Djdk.crac.trace-startup-time=true \
68
-jar target/spring-boot-0.0.1-SNAPSHOT.jar)
69
# warmup the service
70
- siege -b -c 1 -r 100000 -H "Content-type: text/plain" "http://localhost:8080/transform POST < example.xml" > /dev/null
+ utils/bench.sh -H "Content-type: text/plain" "http://localhost:8080/transform POST < example.xml"
71
jcmd $P JDK.checkpoint
72
[ 137 = $(utils/read-exitcode.sh exitcode) ]
73
0 commit comments