dongjoon-hyun commented on code in PR #40072:
URL: https://github.com/apache/spark/pull/40072#discussion_r1110473324


##########
sql/core/benchmarks/SortBenchmark-jdk17-results.txt:
##########
@@ -2,15 +2,15 @@
 radix sort
 
================================================================================================
 
-OpenJDK 64-Bit Server VM 17.0.5+8 on Linux 5.15.0-1023-azure
+OpenJDK 64-Bit Server VM 17.0.6+10 on Linux 5.15.0-1031-azure
 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
 radix sort 25000000:                      Best Time(ms)   Avg Time(ms)   
Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
 
------------------------------------------------------------------------------------------------------------------------
-reference TimSort key prefix array                12059          12071         
 16          2.1         482.4       1.0X
-reference Arrays.sort                              2864           2887         
 33          8.7         114.5       4.2X
-radix sort one byte                                 197            203         
  8        126.8           7.9      61.1X
-radix sort two bytes                                373            375         
  2         66.9          14.9      32.3X
-radix sort eight bytes                             1415           1417         
  4         17.7          56.6       8.5X
-radix sort key prefix array                        1930           1966         
 51         13.0          77.2       6.2X
+reference TimSort key prefix array                12111          12128         
 23          2.1         484.4       1.0X
+reference Arrays.sort                              2861           2885         
 35          8.7         114.4       4.2X
+radix sort one byte                                 197            197         
  0        127.0           7.9      61.5X
+radix sort two bytes                                371            372         
  0         67.4          14.8      32.6X
+radix sort eight bytes                             1391           1397         
  8         18.0          55.7       8.7X
+radix sort key prefix array                        1914           1951         
 52         13.1          76.6       6.3X

Review Comment:
   In this benchmark, all Java 17 results are faster than Java 8.



-- 
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]

Reply via email to