XiangpengHao commented on PR #8745: URL: https://github.com/apache/arrow-rs/pull/8745#issuecomment-3473831362
Looks like we have some meaningful perf difference here: ``` arrow_reader_clickbench/async/Q20 1.21 137.7±4.77ms ? ?/sec 1.00 114.3±1.52ms ? ?/sec arrow_reader_clickbench/async/Q21 1.34 177.8±14.43ms ? ?/sec 1.00 133.0±1.20ms ? ?/sec arrow_reader_clickbench/async/Q22 1.16 284.8±8.14ms ? ?/sec 1.00 244.6±3.72ms ? ?/sec arrow_reader_clickbench/async/Q23 1.13 434.5±3.66ms ? ?/sec 1.00 384.3±6.56ms ? ?/sec arrow_reader_clickbench/sync/Q20 1.18 179.3±1.67ms ? ?/sec 1.00 151.9±0.71ms ? ?/sec arrow_reader_clickbench/sync/Q21 1.19 238.7±2.29ms ? ?/sec 1.00 200.1±1.43ms ? ?/sec arrow_reader_clickbench/sync/Q22 1.27 505.9±5.78ms ? ?/sec 1.00 398.9±8.00ms ? ?/sec arrow_reader_clickbench/sync/Q23 1.12 439.9±15.02ms ? ?/sec 1.00 392.5±6.07ms ? ?/sec ``` But I'm not sure if this is because a reduced copy or mimalloc, should we run `arrow_reader_clickbench ` again since I've removed mimalloc? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
