File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,8 +241,8 @@ pub struct CompressionTimingMeasurement {
241241impl ToJson for CompressionTimingMeasurement {
242242 fn to_json ( & self ) -> JsonValue {
243243 let name = match self . format {
244- Format :: OnDiskVortex => format ! ( "{} throughput" , self . name) ,
245- Format :: Parquet => format ! ( "parquet_rs-zstd {} throughput " , self . name) ,
244+ Format :: OnDiskVortex => self . name . to_string ( ) ,
245+ Format :: Parquet => format ! ( "parquet_rs-zstd {}" , self . name) ,
246246 _ => vortex_panic ! (
247247 "CompressionTimingMeasurement only supports vortex and parquet formats"
248248 ) ,
Original file line number Diff line number Diff line change 2424 [ "Random Access" , undefined ] ,
2525 [ "Compression" , {
2626 "keptCharts" : [
27- "COMPRESS THROUGHPUT" ,
28- "PARQUET RS-ZSTD COMPRESS THROUGHPUT" ,
29- "DECOMPRESS THROUGHPUT" ,
30- "PARQUET RS-ZSTD DECOMPRESS THROUGHPUT" ,
31- "VORTEX COMPRESSION RATIO" ,
27+ "COMPRESS" ,
28+ "PARQUET RS-ZSTD COMPRESS" ,
29+ "DECOMPRESS" ,
30+ "PARQUET RS-ZSTD DECOMPRESS" ,
3231 "VORTEX:PARQUET-ZSTD SIZE" ,
3332 ] ,
3433 "hiddenDatasets" : undefined ,
You can’t perform that action at this time.
0 commit comments