File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ wget https://webtpa-public-access.s3.us-west-2.amazonaws.com/subfolder/2023_06_4
140
140
gunzip 2023_06_430_65B0_in_network_rates.json.gz
141
141
```
142
142
143
- ### Build uber jar, print its size, and measure its start up time
143
+ ### Build uber jar, print its size, and measure its running time
144
144
145
145
``` sh
146
146
scala-cli --power package --assembly example02.sc --force -o example02.jar
@@ -154,7 +154,7 @@ user 1m3,442s
154
154
sys 0m3,448s
155
155
```
156
156
157
- ### Build GraalVM native image, print its size, and measure its start up time
157
+ ### Build GraalVM native image, print its size, and measure its running time
158
158
159
159
``` sh
160
160
scala-cli --power package --graalvm-jvm-id graalvm-java21:21.0.1 --native-image example02.sc --force -o example02_graalvm.bin -- --no-fallback --gc=epsilon
@@ -168,7 +168,7 @@ user 1m46,471s
168
168
sys 0m3,436s
169
169
```
170
170
171
- ### Build Scala Native image, print its size, and measure its start up time
171
+ ### Build Scala Native image, print its size, and measure its running time
172
172
173
173
``` sh
174
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
You can’t perform that action at this time.
0 commit comments