Skip to content

Commit 6db07f5

Browse files
authored
Update README.md
1 parent 661d7d0 commit 6db07f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

benchmarks/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4245
total 2784
4346
drwxr-xr-x 7 springmt staff 224B 12 27 15:42 .
4447
drwxr-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
7275
Warming up --------------------------------------

0 commit comments

Comments
 (0)