Skip to content

Commit 6800372

Browse files
authored
Update README.md
1 parent e99fda1 commit 6800372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsoniter-scala-examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ wget https://webtpa-public-access.s3.us-west-2.amazonaws.com/subfolder/2023_06_4
140140
gunzip 2023_06_430_65B0_in_network_rates.json.gz
141141
```
142142

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
144144

145145
```sh
146146
scala-cli --power package --assembly example02.sc --force -o example02.jar
@@ -154,7 +154,7 @@ user 1m3,442s
154154
sys 0m3,448s
155155
```
156156

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
158158

159159
```sh
160160
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
168168
sys 0m3,436s
169169
```
170170

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
172172

173173
```sh
174174
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

0 commit comments

Comments
 (0)