dongjoon-hyun commented on code in PR #57006: URL: https://github.com/apache/spark/pull/57006#discussion_r3524745066
########## sql/core/benchmarks/DecimalDivideBenchmark-jdk21-results.txt: ########## @@ -6,18 +6,18 @@ OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1018-azure AMD EPYC 7763 64-Core Processor decimal(7,2) / decimal(7,2): Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ -a / b (ansi=false) 7797 7858 37 1.3 779.7 1.0X -a / b (ansi=true) 7886 7904 18 1.3 788.6 1.0X -a / 2 (ansi=false) 5524 5553 18 1.8 552.4 1.4X -a / 2 (ansi=true) 5476 5500 24 1.8 547.6 1.4X +a / b (ansi=false) 4780 4804 27 2.1 478.0 1.0X +a / b (ansi=true) 4780 4803 15 2.1 478.0 1.0X +a / 2 (ansi=false) 2752 2765 9 3.6 275.2 1.7X +a / 2 (ansi=true) 2895 2913 17 3.5 289.5 1.7X Review Comment: 47% Reduction (5500ms -> 2913ms) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
