File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Expected output:
9999``` sh
100100sudo apt install linux-tools-common linux-tools-generic clang libstdc++-12-dev libgc-dev
101101sudo sysctl kernel.perf_event_paranoid=1
102- scala-cli --power package --native-version 0.4.16 --native example01.sc --native-mode release-full --force -o example01_native.bin
102+ scala-cli --power package --native-version 0.4.17 --native example01.sc --native-mode release-full --force -o example01_native.bin
103103ls -l ./example01_native.bin
104104perf stat -r 100 ./example01_native.bin > /dev/null
105105```
@@ -171,7 +171,7 @@ sys 0m0.003s
171171### Build Scala Native image, print its size, and measure its start up time
172172
173173``` sh
174- scala-cli --power package --native-version 0.4.16 --native example02.sc --native-mode release-full --native-gc none --force -o example02_native.bin
174+ scala-cli --power package --native-version 0.4.17 --native example02.sc --native-mode release-full --native-gc none --force -o example02_native.bin
175175ls -l ./example02_native.bin
176176time ./example02_native.bin < test.json 2> /dev/null
177177```
You can’t perform that action at this time.
0 commit comments