Skip to content

Commit f273a4a

Browse files
committed
Update Scala Native version
1 parent a90533b commit f273a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsoniter-scala-examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Expected output:
9999
```sh
100100
sudo apt install linux-tools-common linux-tools-generic clang libstdc++-12-dev libgc-dev
101101
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
103103
ls -l ./example01_native.bin
104104
perf 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
175175
ls -l ./example02_native.bin
176176
time ./example02_native.bin < test.json 2> /dev/null
177177
```

0 commit comments

Comments
 (0)