dongjoon-hyun commented on code in PR #54313: URL: https://github.com/apache/spark/pull/54313#discussion_r2805709695
########## sql/core/benchmarks/UDFBenchmark-jdk21-results.txt: ########## @@ -2,58 +2,58 @@ UDF with mixed input types ================================================================================================ -OpenJDK 64-Bit Server VM 21.0.8+9-LTS on Linux 6.11.0-1018-azure +OpenJDK 64-Bit Server VM 21.0.10+7-LTS on Linux 6.14.0-1017-azure AMD EPYC 7763 64-Core Processor long/nullable int/string to string: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative --------------------------------------------------------------------------------------------------------------------------------- -long/nullable int/string to string wholestage off 80 97 23 1.2 802.9 1.0X -long/nullable int/string to string wholestage on 57 67 12 1.8 565.2 1.4X +long/nullable int/string to string wholestage off 131 145 20 0.8 1306.2 1.0X +long/nullable int/string to string wholestage on 86 102 12 1.2 855.5 1.5X -OpenJDK 64-Bit Server VM 21.0.8+9-LTS on Linux 6.11.0-1018-azure +OpenJDK 64-Bit Server VM 21.0.10+7-LTS on Linux 6.14.0-1017-azure AMD EPYC 7763 64-Core Processor long/nullable int/string to option: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative --------------------------------------------------------------------------------------------------------------------------------- -long/nullable int/string to option wholestage off 43 47 5 2.3 432.2 1.0X -long/nullable int/string to option wholestage on 50 54 2 2.0 496.6 0.9X +long/nullable int/string to option wholestage off 56 57 1 1.8 561.7 1.0X +long/nullable int/string to option wholestage on 49 62 15 2.0 491.2 1.1X -OpenJDK 64-Bit Server VM 21.0.8+9-LTS on Linux 6.11.0-1018-azure +OpenJDK 64-Bit Server VM 21.0.10+7-LTS on Linux 6.14.0-1017-azure AMD EPYC 7763 64-Core Processor long/nullable int/string to primitive: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------------------ -long/nullable int/string to primitive wholestage off 36 37 1 2.8 362.6 1.0X -long/nullable int/string to primitive wholestage on 29 32 2 3.5 285.8 1.3X +long/nullable int/string to primitive wholestage off 32 32 1 3.2 315.9 1.0X +long/nullable int/string to primitive wholestage on 32 38 6 3.1 317.6 1.0X Review Comment: The value is too small to say there is a difference. -- 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]
