File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,13 @@ Calculating -------------------------------------
3535```
3636#### Data Size
3737##### before
38+ ```
3839% ls -alh samples/city.json
3940-rw-r--r-- 1 springmt staff 1.7M 12 27 15:42 samples/city.json
41+ ```
4042##### after
41- % ls -alh results
43+ ```
44+ % ls -alh results
4245total 2784
4346drwxr-xr-x 7 springmt staff 224B 12 27 15:42 .
4447drwxr-xr-x 11 springmt staff 352B 12 27 15:42 ..
@@ -47,6 +50,7 @@ drwxr-xr-x 11 springmt staff 352B 12 27 15:42 ..
4750-rw-r--r-- 1 springmt staff 358K 6 20 10:06 city.json.snappy
4851-rw-r--r-- 1 springmt staff 166K 6 20 10:06 city.json.xz
4952-rw-r--r-- 1 springmt staff 225K 6 20 10:06 city.json.zstd
53+ ```
5054### Decompression
5155```
5256% bundle exec ruby decompress.rb city.json
@@ -66,7 +70,6 @@ Calculating -------------------------------------
6670
6771## 2017/02/16(https://github.com/SpringMT/zstd-ruby/commit/0ca4b99e4ffaf18b39b2cdb102b5b5bc31a18071)
6872### Compression
69-
7073```
7174% bundle exec ruby compress.rb city.json
7275Warming up --------------------------------------
You can’t perform that action at this time.
0 commit comments