diff options
author | Takayuki MATSUOKA <takayuki.matsuoka@gmail.com> | 2015-04-02 13:22:58 (GMT) |
---|---|---|
committer | Takayuki MATSUOKA <takayuki.matsuoka@gmail.com> | 2015-04-02 13:22:58 (GMT) |
commit | 90711ef2caef76289fd771c1196e8d4aef18dc43 (patch) | |
tree | e418db8828fd6fc40b9997db3ceb531197b53d47 /csv | |
parent | 02e130312d6c36dc5c97a12a29700be102ae0583 (diff) | |
download | lz4-90711ef2caef76289fd771c1196e8d4aef18dc43.zip lz4-90711ef2caef76289fd771c1196e8d4aef18dc43.tar.gz lz4-90711ef2caef76289fd771c1196e8d4aef18dc43.tar.bz2 |
Add Benchmark chart
Diffstat (limited to 'csv')
-rw-r--r-- | csv/benchmark-silesia-1000mbps-offline-compression.csv | 10 | ||||
-rw-r--r-- | csv/benchmark-silesia-1000mbps.csv | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/csv/benchmark-silesia-1000mbps-offline-compression.csv b/csv/benchmark-silesia-1000mbps-offline-compression.csv new file mode 100644 index 0000000..e2df4ca --- /dev/null +++ b/csv/benchmark-silesia-1000mbps-offline-compression.csv @@ -0,0 +1,10 @@ +"Compressor:string" ,"Compression:number" ,"Decompression:number" ,"Transfer:number"
+LZ4 (r101) -1 , 0.0000 , 0.1165 , 1.0170
+LZO-2.06 , 0.0000 , 0.3532 , 1.0064
+QuickLZ 1.5.1b6 , 0.0000 , 0.5046 , 0.94743
+Snappy 1.1.0 , 0.0000 , 0.1981 , 1.0136
+LZF , 0.0000 , 0.3718 , 1.0204
+zlib 1.2.8 -1 , 0.0000 , 0.7569 , 0.77633
+LZ4 HC (r101) -9 , 0.0000 , 0.1019 , 0.77919
+zlib 1.2.8 -6 , 0.0000 , 0.7065 , 0.68389
+
diff --git a/csv/benchmark-silesia-1000mbps.csv b/csv/benchmark-silesia-1000mbps.csv new file mode 100644 index 0000000..28926f5 --- /dev/null +++ b/csv/benchmark-silesia-1000mbps.csv @@ -0,0 +1,9 @@ +"Compressor:string","Compression:number","Decompression:number","Transfer:number"
+LZ4 (r101) -1 , 0.5022 , 0.1165 , 1.0170
+LZO-2.06 , 0.5119 , 0.3532 , 1.0064
+QuickLZ 1.5.1b6 , 0.5682 , 0.5046 , 0.94743
+Snappy 1.1.0 , 0.6562 , 0.1981 , 1.0136
+LZF , 0.7850 , 0.3718 , 1.0204
+zlib 1.2.8 -1 , 3.2606 , 0.7569 , 0.77633
+LZ4 HC (r101) -9 , 8.4776 , 0.1019 , 0.77919
+zlib 1.2.8 -6 , 10.092 , 0.7065 , 0.68389
|