File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 - name : Download JDK
5454 run : |
5555 utils/download-jdk.sh
56- sudo tar -axf jdk .tar.gz
56+ sudo tar -axf jdk14-crac .tar.gz
5757
5858 - name : Prepare warm checkpoint
5959 run : |
6060 P=$(utils/start-bg.sh \
6161 -s "Started Application" \
6262 -e exitcode \
63- jdk /bin/java \
63+ jdk14-crac /bin/java \
6464 -Zcheckpoint:cr \
6565 -XX:+UnlockDiagnosticVMOptions \
6666 -XX:+CRTraceStartupTime \
@@ -75,12 +75,12 @@ jobs:
7575 run : |
7676 P=$(utils/start-bg.sh \
7777 -s "restore-finish" \
78- jdk /bin/java -Zrestore:cr)
78+ jdk14-crac /bin/java -Zrestore:cr)
7979 curl -X POST -H "Content-Type: text/plain" -d "$(<example.xml)" localhost:8080/transform | grep "My Article"
8080 utils/bench.sh -H "Content-type: text/plain" "http://localhost:8080/transform POST < example.xml"
8181 kill $P
8282
8383 - name : Test C/RaC startup time
8484 run :
85- timeout 3 bash -c "jdk /lib/javatime ; jdk /bin/java -Zrestore:cr"
85+ timeout 3 bash -c "jdk14-crac /lib/javatime ; jdk14-crac /bin/java -Zrestore:cr"
8686 | utils/sel.awk -v from=prestart -v to=restore-finish
You can’t perform that action at this time.
0 commit comments