File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,14 @@ Scala.js build is missing because it doesn't support reading from the system inp
132
132
133
133
No GC options are used to speed up JSON validation for all supported builds.
134
134
135
+ Also, this script was tested with big (megabytes) and huge (gygabytes) inputs that could be downloaded and unpacked using
136
+ following commands:
137
+ ``` sh
138
+ wget https://raw.githubusercontent.com/json-iterator/test-data/master/large-file.json
139
+ wget https://webtpa-public-access.s3.us-west-2.amazonaws.com/subfolder/2023_06_430_65B0_in_network_rates.json.gz
140
+ gunzip 2023_06_430_65B0_in_network_rates.json.gz
141
+ ```
142
+
135
143
### Build uber jar, print its size, and measure its start up time
136
144
137
145
``` sh
You can’t perform that action at this time.
0 commit comments