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 @@ -171,13 +171,13 @@ sys 0m3,436s
171
171
### Build Scala Native image, print its size, and measure its running time
172
172
173
173
``` sh
174
- scala-cli --power package --native-version 0.5.4 --native example02.sc --native-mode release-full --native-gc none --native-lto thin --force -o example02_native.bin
174
+ scala-cli --power package --native-version 0.5.4 --native example02.sc --native-mode release-full --native-gc none --native-lto thin --native-multithreading=false -- force -o example02_native.bin
175
175
ls -l ./example02_native.bin
176
176
time ./example02_native.bin < 2023_06_430_65B0_in_network_rates.json 2> /dev/null
177
177
```
178
178
Expected output:
179
179
``` text
180
- real 1m25,513s
181
- user 1m21,669s
182
- sys 0m3,832s
180
+ real 1m27,921s
181
+ user 1m22,861s
182
+ sys 0m4,003s
183
183
```
You can’t perform that action at this time.
0 commit comments