alamb commented on PR #7824: URL: https://github.com/apache/arrow-rs/pull/7824#issuecomment-3032848523
🤖: Benchmark completed <details><summary>Details</summary> <p> ``` group main parquet-writing-performance ----- ---- --------------------------- write_batch nested/4096 values primitive list 1.11 2.1±0.01ms 1001.7 MB/sec 1.00 1913.2±7.21µs 1114.3 MB/sec write_batch nested/4096 values primitive list non-null 1.06 2.3±0.02ms 909.4 MB/sec 1.00 2.2±0.02ms 967.6 MB/sec write_batch primitive/4096 values bool 1.44 107.9±0.87µs 9.8 MB/sec 1.00 75.1±0.36µs 14.1 MB/sec write_batch primitive/4096 values bool non-null 1.36 56.6±0.19µs 10.1 MB/sec 1.00 41.6±0.58µs 13.8 MB/sec write_batch primitive/4096 values float with NaNs 1.06 629.5±2.01µs 87.3 MB/sec 1.00 595.1±2.55µs 92.4 MB/sec write_batch primitive/4096 values primitive 1.35 1126.0±5.34µs 156.2 MB/sec 1.00 834.8±3.68µs 210.8 MB/sec write_batch primitive/4096 values primitive non-null 1.24 823.8±3.29µs 209.4 MB/sec 1.00 662.2±3.75µs 260.5 MB/sec write_batch primitive/4096 values primitive non-null with bloom filter 1.24 10.2±0.37ms 16.9 MB/sec 1.00 8.3±0.38ms 20.9 MB/sec write_batch primitive/4096 values primitive with bloom filter 1.28 10.5±0.41ms 16.8 MB/sec 1.00 8.2±0.25ms 21.5 MB/sec write_batch primitive/4096 values string 1.18 462.4±2.07µs 272.9 MB/sec 1.00 393.0±0.96µs 321.2 MB/sec write_batch primitive/4096 values string dictionary 1.00 524.1±4.21µs 1969.4 MB/sec 1.03 538.4±6.15µs 1917.2 MB/sec write_batch primitive/4096 values string dictionary with bloom filter 1.22 987.4±10.01µs 1045.4 MB/sec 1.00 806.5±8.02µs 1280.0 MB/sec write_batch primitive/4096 values string non-null 1.00 1396.9±13.36µs 1465.6 MB/sec 1.00 1392.6±9.69µs 1470.1 MB/sec write_batch primitive/4096 values string non-null with bloom filter 1.09 2.5±0.04ms 824.7 MB/sec 1.00 2.3±0.04ms 899.7 MB/sec write_batch primitive/4096 values string with bloom filter 1.24 2.1±0.02ms 982.9 MB/sec 1.00 1676.3±18.35µs 1221.8 MB/sec ``` </p> </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org