alamb commented on PR #6034: URL: https://github.com/apache/arrow-datafusion/pull/6034#issuecomment-1520485851
For reference, here is the same benchmark run against `main` itself: ``` ****** TPCH SF1 (Parquet) ****** + python3 /home/alamb/arrow-datafusion/benchmarks/compare.py /home/alamb/benchmarking/alamb-main/tpch_sf1_parquet_main.json /home/alamb/benchmarking/alamb-main/tpch_sf1_parquet\ _branch.json ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ /home/alamb… ┃ /home/alamb… ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 1430.86ms │ 1423.29ms │ no change │ │ QQuery 2 │ 399.75ms │ 405.00ms │ no change │ │ QQuery 3 │ 520.40ms │ 525.56ms │ no change │ │ QQuery 4 │ 218.29ms │ 223.87ms │ no change │ │ QQuery 5 │ 693.57ms │ 685.46ms │ no change │ │ QQuery 6 │ 416.62ms │ 423.02ms │ no change │ │ QQuery 7 │ 1258.17ms │ 1243.79ms │ no change │ │ QQuery 8 │ 690.25ms │ 687.29ms │ no change │ │ QQuery 9 │ 1304.02ms │ 1288.01ms │ no change │ │ QQuery 10 │ 770.91ms │ 748.94ms │ no change │ │ QQuery 11 │ 356.32ms │ 336.55ms │ +1.06x faster │ │ QQuery 12 │ 335.14ms │ 329.12ms │ no change │ │ QQuery 13 │ 1170.83ms │ 1146.78ms │ no change │ │ QQuery 14 │ 422.25ms │ 421.47ms │ no change │ │ QQuery 15 │ 391.14ms │ 381.71ms │ no change │ │ QQuery 16 │ 348.38ms │ 344.13ms │ no change │ │ QQuery 17 │ 2860.96ms │ 2838.27ms │ no change │ │ QQuery 18 │ 3726.11ms │ 3734.67ms │ no change │ │ QQuery 19 │ 728.53ms │ 737.35ms │ no change │ │ QQuery 20 │ 1250.75ms │ 1208.06ms │ no change │ │ QQuery 21 │ 1688.40ms │ 1757.45ms │ no change │ │ QQuery 22 │ 192.36ms │ 190.43ms │ no change │ └──────────────┴──────────────┴──────────────┴───────────────┘ + echo '****** TPCH SF1 (mem) ******' ****** TPCH SF1 (mem) ****** + python3 /home/alamb/arrow-datafusion/benchmarks/compare.py /home/alamb/benchmarking/alamb-main/tpch_sf1_mem_main.json /home/alamb/benchmarking/alamb-main/tpch_sf1_mem_branch.\ json ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ -o ┃ -o ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 759.07ms │ 770.73ms │ no change │ │ QQuery 2 │ 269.81ms │ 291.05ms │ 1.08x slower │ │ QQuery 3 │ 180.67ms │ 161.61ms │ +1.12x faster │ │ QQuery 4 │ 105.16ms │ 105.46ms │ no change │ │ QQuery 5 │ 467.46ms │ 466.11ms │ no change │ │ QQuery 6 │ 38.08ms │ 42.72ms │ 1.12x slower │ │ QQuery 7 │ 1170.05ms │ 1147.43ms │ no change │ │ QQuery 8 │ 249.06ms │ 238.74ms │ no change │ │ QQuery 9 │ 613.38ms │ 609.98ms │ no change │ │ QQuery 10 │ 342.67ms │ 327.23ms │ no change │ │ QQuery 11 │ 279.84ms │ 281.69ms │ no change │ │ QQuery 12 │ 143.94ms │ 146.57ms │ no change │ │ QQuery 13 │ 676.22ms │ 668.79ms │ no change │ │ QQuery 14 │ 53.06ms │ 51.73ms │ no change │ │ QQuery 15 │ 98.47ms │ 92.68ms │ +1.06x faster │ │ QQuery 16 │ 244.93ms │ 257.73ms │ 1.05x slower │ │ QQuery 17 │ 2473.33ms │ 2503.47ms │ no change │ │ QQuery 18 │ 3150.26ms │ 3169.32ms │ no change │ │ QQuery 19 │ 154.90ms │ 150.53ms │ no change │ │ QQuery 20 │ 969.12ms │ 929.69ms │ no change │ │ QQuery 21 │ 1476.10ms │ 1457.34ms │ no change │ │ QQuery 22 │ 148.71ms │ 143.20ms │ no change │ └──────────────┴──────────────┴──────────────┴───────────────┘ ``` -- 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]
