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:
99
99
``` sh
100
100
sudo apt install linux-tools-common linux-tools-generic clang libstdc++-12-dev libgc-dev
101
101
sudo 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
103
103
ls -l ./example01_native.bin
104
104
perf stat -r 100 ./example01_native.bin > /dev/null
105
105
```
@@ -171,7 +171,7 @@ sys 0m0.003s
171
171
### Build Scala Native image, print its size, and measure its start up time
172
172
173
173
``` 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
175
175
ls -l ./example02_native.bin
176
176
time ./example02_native.bin < test.json 2> /dev/null
177
177
```
You can’t perform that action at this time.
0 commit comments