summaryrefslogtreecommitdiffstats
path: root/csv
diff options
context:
space:
mode:
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-04-03 08:24:19 (GMT)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-04-03 08:24:19 (GMT)
commit04f2999d867cb43c3ffdf6735ea2c50429577acb (patch)
tree16d015cbe080c81007836ac98921241f02518725 /csv
parent37ac016f0c30aeb0762edc44e5ba959b1b2f9833 (diff)
downloadlz4-04f2999d867cb43c3ffdf6735ea2c50429577acb.zip
lz4-04f2999d867cb43c3ffdf6735ea2c50429577acb.tar.gz
lz4-04f2999d867cb43c3ffdf6735ea2c50429577acb.tar.bz2
Change CSV data order
Diffstat (limited to 'csv')
-rw-r--r--csv/benchmark-silesia-1000mbps-offline-compression.csv18
-rw-r--r--csv/benchmark-silesia-1000mbps.csv18
2 files changed, 18 insertions, 18 deletions
diff --git a/csv/benchmark-silesia-1000mbps-offline-compression.csv b/csv/benchmark-silesia-1000mbps-offline-compression.csv
index 2d6d344..0f4cc0e 100644
--- a/csv/benchmark-silesia-1000mbps-offline-compression.csv
+++ b/csv/benchmark-silesia-1000mbps-offline-compression.csv
@@ -1,9 +1,9 @@
-"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
+"Compressor:string" ,"Transfer:number" ,"Decompression:number" ,"Compression:number"
+LZ4 (r101) -1 , 1.0170 , 0.1165 , 0.0000
+LZO-2.06 , 1.0064 , 0.3532 , 0.0000
+QuickLZ 1.5.1b6 , 0.94743 , 0.5046 , 0.0000
+Snappy 1.1.0 , 1.0136 , 0.1981 , 0.0000
+LZF , 1.0204 , 0.3718 , 0.0000
+zlib 1.2.8 -1 , 0.77633 , 0.7569 , 0.0000
+LZ4 HC (r101) -9 , 0.77919 , 0.1019 , 0.0000
+zlib 1.2.8 -6 , 0.68389 , 0.7065 , 0.0000
diff --git a/csv/benchmark-silesia-1000mbps.csv b/csv/benchmark-silesia-1000mbps.csv
index 265beb2..4db9a12 100644
--- a/csv/benchmark-silesia-1000mbps.csv
+++ b/csv/benchmark-silesia-1000mbps.csv
@@ -1,9 +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
+"Compressor:string" ,"Transfer:number" ,"Decompression:number" ,"Compression:number"
+LZ4 (r101) -1 , 1.0170 , 0.1165 , 0.5022
+LZO-2.06 , 1.0064 , 0.3532 , 0.5119
+QuickLZ 1.5.1b6 , 0.94743 , 0.5046 , 0.5682
+Snappy 1.1.0 , 1.0136 , 0.1981 , 0.6562
+LZF , 1.0204 , 0.3718 , 0.7850
+zlib 1.2.8 -1 , 0.77633 , 0.7569 , 3.2606
+LZ4 HC (r101) -9 , 0.77919 , 0.1019 , 8.4776
+zlib 1.2.8 -6 , 0.68389 , 0.7065 , 10.092